diff options
author | Gary Dismukes <dismukes@adacore.com> | 2020-05-07 14:58:33 -0400 |
---|---|---|
committer | Pierre-Marie de Rodat <derodat@adacore.com> | 2020-07-06 07:35:23 -0400 |
commit | aaa3a6753574594b73746ddaf6e3b4e042a6a586 (patch) | |
tree | dda0699d83499c7ff9074bea1d38a3e0b0a94c6c /gcc/ada/errout.ads | |
parent | 0fc1b4ad1d2015fd464f4c843945b1919c666c94 (diff) | |
download | gcc-aaa3a6753574594b73746ddaf6e3b4e042a6a586.zip gcc-aaa3a6753574594b73746ddaf6e3b4e042a6a586.tar.gz gcc-aaa3a6753574594b73746ddaf6e3b4e042a6a586.tar.bz2 |
[Ada] Various typo fixes and reformatting of comments
gcc/ada/
* doc/gnat_rm/implementation_defined_pragmas.rst, errout.ads,
erroutc.adb, exp_ch4.adb, exp_ch6.adb, freeze.adb: Comment
rewording/reformatting/typo fixes. Replace "ie." with "that is"
in comment; "can not" -> "cannot", and remove an extraneous
underscore in another comment.
* gnat_rm.texi, gnat_ugn.texi: Regenerate.
Diffstat (limited to 'gcc/ada/errout.ads')
-rw-r--r-- | gcc/ada/errout.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/errout.ads b/gcc/ada/errout.ads index 68fcdb9..1591a37 100644 --- a/gcc/ada/errout.ads +++ b/gcc/ada/errout.ads @@ -705,8 +705,8 @@ package Errout is Flag_Location : Source_Ptr; Is_Compile_Time_Pragma : Boolean); -- Same as Error_Msg (String, Source_Ptr) except Is_Compile_Time_Pragma - -- lets the caller specify whether the is a - -- Compile_Time_Warning/Compile_Time_Error pragma. + -- lets the caller specify whether this is a Compile_Time_Warning or + -- Compile_Time_Error pragma. procedure Error_Msg_S (Msg : String); -- Output a message at current scan pointer location. This routine can be |