diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-04 14:58:21 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-04 14:58:21 +0000 |
commit | 2fff57b3badae2bedac8308c57c6c0292f7f9879 (patch) | |
tree | f29e625169dcfc496f3050d84735507fd3f0e5d6 /gcc/ada/einfo.ads | |
parent | cb75489d5040b84fb6651a485a2be415515f651a (diff) | |
download | gcc-2fff57b3badae2bedac8308c57c6c0292f7f9879.tar.gz |
2004-10-04 Robert Dewar <dewar@gnat.com>
* a-except.adb: Add a comment for last change
* einfo.ads: Minor spelling correction in comment
* exp_pakd.adb, gnatdll.adb, prj-attr.ads: Minor reformatting
* sem_ch11.adb: Fix a case of using | instead of \ for continuation
messages.
* sem_util.ads: Minor comment update
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88499 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/einfo.ads')
-rw-r--r-- | gcc/ada/einfo.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/einfo.ads b/gcc/ada/einfo.ads index 2b467419e1e..863f624da92 100644 --- a/gcc/ada/einfo.ads +++ b/gcc/ada/einfo.ads @@ -1614,7 +1614,7 @@ package Einfo is -- and packages. Set to Empty unless an export, import, or interface -- name pragma has explicitly specified an external name, in which -- case it references an N_String_Literal node for the specified --- exteral name. In the case of exceptions, the field is set by +-- external name. In the case of exceptions, the field is set by -- Import_Exception/Export_Exception (which can be used in OpenVMS -- versions only). Note that if this field is Empty, and Is_Imported -- or Is_Exported is set, then the default interface name is the name |