From: Ronan Desplanques Date: Thu, 9 Feb 2023 09:34:11 +0000 (+0100) Subject: ada: Add missing word in comment X-Git-Tag: basepoints/gcc-15~9075 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf0d1f43ae471104a6120a8d1f89851974f8e27b;p=thirdparty%2Fgcc.git ada: Add missing word in comment gcc/ada/ * par-ch3.adb: Add missing word in comment. --- diff --git a/gcc/ada/par-ch3.adb b/gcc/ada/par-ch3.adb index 7126afbfbeb4..a71056b20a04 100644 --- a/gcc/ada/par-ch3.adb +++ b/gcc/ada/par-ch3.adb @@ -1466,7 +1466,7 @@ package body Ch3 is Save_Scan_State (Scan_State); -- at colon T_Colon; - -- If we have identifier followed by := then we assume that what is + -- If we have an identifier followed by := then we assume that what is -- really meant is an assignment statement. The assignment statement -- is scanned out and added to the list of declarations. An exception -- occurs if the := is followed by the keyword constant, in which case