diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2008-03-02 22:39:38 +0000 |
---|---|---|
committer | Ralf Wildenhues <rwild@gcc.gnu.org> | 2008-03-02 22:39:38 +0000 |
commit | ad6b5b00577516357b80312ec63a8237b0be06d3 (patch) | |
tree | f51f541111caad86b98dda22d8dced7cac13f96d /gcc/ada/g-debpoo.adb | |
parent | 4d0e46128bcdfbca7f1bcd9bbd6c55fdaaf5722a (diff) | |
download | gcc-ad6b5b00577516357b80312ec63a8237b0be06d3.zip gcc-ad6b5b00577516357b80312ec63a8237b0be06d3.tar.gz gcc-ad6b5b00577516357b80312ec63a8237b0be06d3.tar.bz2 |
gnatfind.adb, [...]: Fix argument parsing typos.
gcc/ada
* gnatfind.adb, gnatxref.adb: Fix argument parsing typos.
* s-auxdec-empty.adb, s-auxdec.adb: Fix typos in copyright
statement.
* a-ngcoar.adb, a-ngrear.adb, g-awk.adb, g-debpoo.adb,
gprep.adb, make.adb, makegpr.adb, par-ch6.adb, prj-nmsc.adb,
sem_attr.adb, sem_ch4.adb, sem_ch8.adb: Fix typos in ada source
code output strings.
* sem_type.adb, system-vms-ia64.ads, system-vms.ads,
system-vms_64.ads: Fix typos in ada source code comments.
* sinfo-cn.adb: Remove incomplete sentence.
From-SVN: r132822
Diffstat (limited to 'gcc/ada/g-debpoo.adb')
-rw-r--r-- | gcc/ada/g-debpoo.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/g-debpoo.adb b/gcc/ada/g-debpoo.adb index fa12747..dc4896c 100644 --- a/gcc/ada/g-debpoo.adb +++ b/gcc/ada/g-debpoo.adb @@ -1388,7 +1388,7 @@ package body GNAT.Debug_Pools is if Pool.Marked_Blocks_Deallocated then Put_Line ("Marked blocks were physically deallocated. This is"); - Put_Line ("potentially dangereous, and you might want to run"); + Put_Line ("potentially dangerous, and you might want to run"); Put_Line ("again with a lower value of Minimum_To_Free"); end if; |