diff options
Diffstat (limited to 'gcc/ada/gnatmem.adb')
-rw-r--r-- | gcc/ada/gnatmem.adb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/gnatmem.adb b/gcc/ada/gnatmem.adb index 21246b0..1b69183 100644 --- a/gcc/ada/gnatmem.adb +++ b/gcc/ada/gnatmem.adb @@ -147,9 +147,9 @@ procedure Gnatmem is Tmp_Alloc : Allocation; Quiet_Mode : Boolean := False; - ------------------------------- - -- Allocation roots sorting -- - ------------------------------- + ------------------------------ + -- Allocation Roots Sorting -- + ------------------------------ Sort_Order : String (1 .. 3) := "nwh"; -- This is the default order in which sorting criteria will be applied |