diff options
Diffstat (limited to 'gcc/ada/memroot.ads')
-rw-r--r-- | gcc/ada/memroot.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/memroot.ads b/gcc/ada/memroot.ads index 3c3e4302e0f..1b3d9ba467a 100644 --- a/gcc/ada/memroot.ads +++ b/gcc/ada/memroot.ads @@ -77,7 +77,7 @@ package Memroot is -- Create an allocation root from the frames that compose it function Frames_Of (B : Root_Id) return Frame_Array; - -- Retreives the Frames of the root's backtrace + -- Retrieves the Frames of the root's backtrace procedure Print_BT (B : Root_Id; Short : Boolean := False); -- Prints on standard out the backtrace associated with the root B |