aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/snames.ads
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2008-04-13 18:03:09 +0000
committerRalf Wildenhues <rwild@gcc.gnu.org>2008-04-13 18:03:09 +0000
commit3354f96dac09a7c57641fd19083f3aefe0790a35 (patch)
treea0f7f9ee4024602fc581b4936e4483304cea1097 /gcc/ada/snames.ads
parentf3d57416230c94a56d89bb6119c47d46f68bc4e6 (diff)
downloadgcc-3354f96dac09a7c57641fd19083f3aefe0790a35.zip
gcc-3354f96dac09a7c57641fd19083f3aefe0790a35.tar.gz
gcc-3354f96dac09a7c57641fd19083f3aefe0790a35.tar.bz2
sfn_scan.adb, [...]: Fix comment typos.
gcc/ada/ * sfn_scan.adb, sfn_scan.ads, sinfo.ads, sinput-d.ads, sinput-l.adb, sinput-l.ads, sinput.ads, snames.ads, sprint.adb, stand.ads, stringt.ads, styleg.adb, styleg.ads, stylesw.adb, stylesw.ads, switch.ads, sysdep.c, table.adb, table.ads, targparm.ads, tb-gcc.c, tbuild.ads, tracebak.c, trans.c, tree_io.adb, treepr.adb, types.adb, types.ads, uintp.adb, uintp.ads, utils.c, utils2.c, validsw.ads, vms_conv.adb, vms_conv.ads, vms_data.ads, widechar.adb, widechar.ads, xeinfo.adb, xgnatugn.adb, xr_tabls.adb, xr_tabls.ads, xref_lib.adb, xref_lib.ads, xsinfo.adb: Fix comment typos. From-SVN: r134243
Diffstat (limited to 'gcc/ada/snames.ads')
-rw-r--r--gcc/ada/snames.ads10
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/ada/snames.ads b/gcc/ada/snames.ads
index 696603a..4d2a11e 100644
--- a/gcc/ada/snames.ads
+++ b/gcc/ada/snames.ads
@@ -566,7 +566,7 @@ package Snames is
-- The following names are preset as synonyms for C
Name_Default : constant Name_Id := N + 295;
- -- Name_Exernal (previously defined as pragma)
+ -- Name_External (previously defined as pragma)
-- The following names are preset as synonyms for CPP
@@ -960,7 +960,7 @@ package Snames is
-- Names of intrinsic subprograms
-- Note: Asm is missing from this list, since Asm is a legitimate
- -- convention name. So is To_Adress, which is a GNAT attribute.
+ -- convention name. So is To_Address, which is a GNAT attribute.
First_Intrinsic_Name : constant Name_Id := N + 603;
Name_Divide : constant Name_Id := N + 603;
@@ -1347,7 +1347,7 @@ package Snames is
-- Note: Convention C_Pass_By_Copy is allowed only for record
-- types (where it is treated like C except that the appropriate
- -- flag is set in the record type). Recognizion of this convention
+ -- flag is set in the record type). Recognizing this convention
-- is specially handled in Sem_Prag.
for Convention_Id'Size use 8;
@@ -1597,7 +1597,7 @@ package Snames is
-- Test to see if the name N is the name of a recognized attribute
-- that designates a renameable function, and can therefore appear in
-- a renaming statement. Note that not all attributes designating
- -- functions are renamable, in particular, thos returning a universal
+ -- functions are renamable, in particular, those returning a universal
-- value cannot be renamed.
function Is_Type_Attribute_Name (N : Name_Id) return Boolean;
@@ -1655,7 +1655,7 @@ package Snames is
-- or one previously given in a call to Record_Convention_Identifier.
function Get_Convention_Name (C : Convention_Id) return Name_Id;
- -- Returns the name of language convention correspoding to given
+ -- Returns the name of language convention corresponding to given
-- convention id.
function Get_Locking_Policy_Id (N : Name_Id) return Locking_Policy_Id;