diff options
Diffstat (limited to 'gcc/ada/par-ch10.adb')
-rw-r--r-- | gcc/ada/par-ch10.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/par-ch10.adb b/gcc/ada/par-ch10.adb index f433352b06d..d90d27bfc4e 100644 --- a/gcc/ada/par-ch10.adb +++ b/gcc/ada/par-ch10.adb @@ -331,7 +331,7 @@ package body Ch10 is -- A common error is to omit the body keyword after package. We can -- often diagnose this early on (before getting loads of errors from - -- contained subprogram bodies), by knowing that that the file we + -- contained subprogram bodies), by knowing that the file we -- are compiling has a name that requires a body to be found. Save_Scan_State (Scan_State); |