summaryrefslogtreecommitdiff
path: root/gcc/ada/restrict.adb
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2010-10-07 12:59:00 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2010-10-07 12:59:00 +0000
commite15b4197ed2a7e60a1e1824c72ea87d8dbf05062 (patch)
tree2dcf46532ded436bffc1e32a401f8ee65cf2d280 /gcc/ada/restrict.adb
parent85aff22bab44cb6641c070df5a0c49dc787d3e41 (diff)
downloadgcc-e15b4197ed2a7e60a1e1824c72ea87d8dbf05062.tar.gz
2010-10-07 Robert Dewar <dewar@adacore.com>
* gnat_rm.texi, exp_util.adb, sinfo.adb, sinfo.ads, sem_ch12.adb, sem.adb, gnat_ugn.texi, sem_util.ads, par-ch6.adb, targparm.ads, restrict.adb, sem_ch6.adb, sem_ch6.ads, sprint.adb, i-c.ads: Change spelling parametrize(d) => parameterize(d). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@165103 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/restrict.adb')
-rw-r--r--gcc/ada/restrict.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/restrict.adb b/gcc/ada/restrict.adb
index c08130a7f61..755aabc154d 100644
--- a/gcc/ada/restrict.adb
+++ b/gcc/ada/restrict.adb
@@ -685,7 +685,7 @@ package body Restrict is
Error_Msg_Sloc := No_Location;
end if;
- -- Case of parametrized restriction
+ -- Case of parameterized restriction
if R in All_Parameter_Restrictions then
Add_Char ('`');