OSDN Git Service

Daily bump.
[pf3gnuchains/gcc-fork.git] / gcc / ada / gnatmem.adb
index a8ca41f..d6ac078 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 B o d y                                  --
 --                                                                          --
---                     Copyright (C) 1997-2007, AdaCore                     --
+--                     Copyright (C) 1997-2008, AdaCore                     --
 --                                                                          --
 -- GNAT is free software;  you can  redistribute it  and/or modify it under --
 -- terms of the  GNU General Public License as published  by the Free Soft- --
@@ -27,7 +27,7 @@
 --  idea:
 
 --      - Read the allocation log generated by the application linked using
---        instrumented memory allocation and dealocation (see memtrack.adb for
+--        instrumented memory allocation and deallocation (see memtrack.adb for
 --        this circuitry). To get access to this functionality, the application
 --        must be relinked with library libgmem.a:
 
@@ -307,7 +307,7 @@ procedure Gnatmem is
 
       loop
          case Getopt ("b: dd m: i: q s:") is
-            when ASCII.Nul => exit;
+            when ASCII.NUL => exit;
 
             when 'b' =>
                begin