OSDN Git Service

2004-07-06 Vincent Celier <celier@gnat.com>
[pf3gnuchains/gcc-fork.git] / gcc / ada / a-numaux-x86.adb
index b118670..47231a8 100644 (file)
@@ -62,9 +62,9 @@ package body Ada.Numerics.Aux is
    pragma Inline (Is_Nan);
    pragma Inline (Reduce);
 
-   ---------------------------------
-   --  Basic Elementary Functions --
-   ---------------------------------
+   --------------------------------
+   -- Basic Elementary Functions --
+   --------------------------------
 
    --  This section implements a few elementary functions that are used to
    --  build the more complex ones. This ordering enables better inlining.