diff options
author | rwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-06-03 17:41:43 +0000 |
---|---|---|
committer | rwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-06-03 17:41:43 +0000 |
commit | 15c4d81d34753771380e9afc30d54ed3c3f5081d (patch) | |
tree | 1c48a0061eef05b5d0e354f42467d46fe33b1fc2 /gcc/ada/s-stausa.ads | |
parent | aecf75a3a8830fe17b60725f551e6a3dc29e78a3 (diff) | |
download | gcc-15c4d81d34753771380e9afc30d54ed3c3f5081d.tar.gz |
gcc/ada/
* Makefile.in (common_tools): Fix typos in $(exeext) extension.
* gnat_ugn.texi (Style Checking)
(Adding the Results of Compiler Checks to gnatcheck Output)
(Example of Binder Output File): Fix typos.
* ali.ads, einfo.ads, exp_ch4.adb, exp_ch6.adb,
exp_dbug.ads, exp_dist.adb, exp_smem.adb, g-socket.ads,
s-osinte-rtems.ads, s-shasto.ads, s-stausa.adb,
s-stausa.ads, sem_cat.adb, sem_ch12.adb, sem_ch3.adb,
sem_ch4.adb, sem_ch6.adb, sem_ch8.adb, sem_util.ads,
sinfo.ads, utils.c: Fix typos in comments.
* sem_ch6.adb, vms_data.ads: Fix typos in strings.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@136329 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/s-stausa.ads')
-rw-r--r-- | gcc/ada/s-stausa.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/s-stausa.ads b/gcc/ada/s-stausa.ads index 7c500bffaec..8a6e2b67cb5 100644 --- a/gcc/ada/s-stausa.ads +++ b/gcc/ada/s-stausa.ads @@ -216,7 +216,7 @@ package System.Stack_Usage is -- Max_Pattern_Size is the size of the pattern zone, might be smaller than -- the full stack size in order to take into account e.g. the secondary -- stack and a guard against overflow. The actual size taken will be - -- reajusted with data already used at the time the stack is actually + -- readjusted with data already used at the time the stack is actually -- filled. Is_Enabled : Boolean := False; |