summaryrefslogtreecommitdiff
path: root/gcc/ada/s-unstyp.ads
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2008-05-20 12:52:53 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2008-05-20 12:52:53 +0000
commitc2fcca8ad0076f15b7d6025df00332faca67385e (patch)
tree2ab5e757720242b1e1b9f5f6052c4f646debc0e7 /gcc/ada/s-unstyp.ads
parent5807a51492d0d69dfc054b8950a6ddd84086d28e (diff)
downloadgcc-c2fcca8ad0076f15b7d6025df00332faca67385e.tar.gz
2008-05-20 Robert Dewar <dewar@adacore.com>
* g-byorma.adb, gnatlink.adb, prepcomp.adb, sinfo.ads, sem_ch12.adb: Update comments. Minor reformatting. * exp_ch2.adb: Typo * s-unstyp.ads: Fixed some typos in comments. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@135651 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/s-unstyp.ads')
-rw-r--r--gcc/ada/s-unstyp.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/s-unstyp.ads b/gcc/ada/s-unstyp.ads
index 0609e0b0345..c951140ff09 100644
--- a/gcc/ada/s-unstyp.ads
+++ b/gcc/ada/s-unstyp.ads
@@ -32,7 +32,7 @@
------------------------------------------------------------------------------
-- This package contains definitions of standard unsigned types that
--- correspond in size to the standard signed types declared in Standard.
+-- correspond in size to the standard signed types declared in Standard,
-- and (unlike the types in Interfaces) have corresponding names. It
-- also contains some related definitions for other specialized types
-- used by the compiler in connection with packed array types.