diff options
Diffstat (limited to 'gcc/ada/gnatmem.adb')
-rw-r--r-- | gcc/ada/gnatmem.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/gnatmem.adb b/gcc/ada/gnatmem.adb index a8ca41f9412..a279ca3c8d3 100644 --- a/gcc/ada/gnatmem.adb +++ b/gcc/ada/gnatmem.adb @@ -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: |