diff options
Diffstat (limited to 'gcc/ada/output.ads')
-rw-r--r-- | gcc/ada/output.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/output.ads b/gcc/ada/output.ads index 95da4964260..7f7ef93fb3b 100644 --- a/gcc/ada/output.ads +++ b/gcc/ada/output.ads @@ -139,7 +139,7 @@ package Output is procedure Restore_Output_Buffer (S : Saved_Output_Buffer); -- Restore previously saved output buffer. The value in S is not affected - -- so it is legtimate to restore a buffer more than once. + -- so it is legitimate to restore a buffer more than once. -------------------------- -- Debugging Procedures -- |