diff options
Diffstat (limited to 'gcc/ada/impunit.adb')
-rw-r--r-- | gcc/ada/impunit.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/impunit.adb b/gcc/ada/impunit.adb index bf85defa17a..0b17ec2a8b5 100644 --- a/gcc/ada/impunit.adb +++ b/gcc/ada/impunit.adb @@ -181,7 +181,7 @@ package body Impunit is -- attempt to WITH one of these units will be diagnosed as an error later -- on, but for now we do not consider these internal implementation units -- (if we did, then we would get a junk warning which would be confusing - -- and unecessary, given that we generate a clear error message). + -- and unnecessary, given that we generate a clear error message). "a-tideio", -- Ada.Text_IO.Decimal_IO "a-tienio", -- Ada.Text_IO.Enumeration_IO |