aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/xeinfo.adb
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/xeinfo.adb
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/xeinfo.adb')
-rw-r--r--gcc/ada/xeinfo.adb8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ada/xeinfo.adb b/gcc/ada/xeinfo.adb
index b451d0b..feb5429 100644
--- a/gcc/ada/xeinfo.adb
+++ b/gcc/ada/xeinfo.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- Copyright (C) 1992-2007, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2008, Free Software Foundation, Inc. --
-- --
-- GNAT is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- --
@@ -380,7 +380,7 @@ begin
while Match (Line, Get_FN) loop
- -- Non-inlined funcion
+ -- Non-inlined function
if not Present (Inlined, FN) then
Put_Line (Ofile, "");
@@ -439,7 +439,7 @@ begin
Line := Getlin;
exit when not Match (Line, Get_Asrt);
- -- Pragma asser found, get its continuation lines
+ -- Pragma assert found, get its continuation lines
loop
exit when Match (Line, Semicoln);
@@ -452,7 +452,7 @@ begin
Match (Line, Get_Cmnt, M);
Replace (M, A);
- -- Get continuations of return statemnt
+ -- Get continuations of return statement
while not Match (Line, Semicoln) loop
Nextlin := Getlin;