diff options
author | Ronan Desplanques <desplanques@adacore.com> | 2023-02-09 10:34:11 +0100 |
---|---|---|
committer | Marc Poulhiès <poulhies@adacore.com> | 2023-05-22 10:46:12 +0200 |
commit | cf0d1f43ae471104a6120a8d1f89851974f8e27b (patch) | |
tree | 68876dd317de74440a711ec63717e988f6d1184a /gcc | |
parent | 6675552bacd41361d8d445438cb6d978d44c1402 (diff) | |
download | gcc-cf0d1f43ae471104a6120a8d1f89851974f8e27b.zip gcc-cf0d1f43ae471104a6120a8d1f89851974f8e27b.tar.gz gcc-cf0d1f43ae471104a6120a8d1f89851974f8e27b.tar.bz2 |
ada: Add missing word in comment
gcc/ada/
* par-ch3.adb: Add missing word in comment.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/par-ch3.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/par-ch3.adb b/gcc/ada/par-ch3.adb index 7126afbf..a71056b 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 |