diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-29 03:57:15 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-29 03:57:15 +0000 |
commit | 2e4ea0c900ac4062061c86d5cd41814adb84ef0e (patch) | |
tree | 2da0d7b83f595be76a4a27d1501d770959ab4e85 /gcc/ada/cal.c | |
parent | f85787e9114d8f75971b148580a221befa26e2c7 (diff) | |
download | gcc-2e4ea0c900ac4062061c86d5cd41814adb84ef0e.tar.gz |
* cal.c, decl.c, init.c, raise.c, trans.c, utils2.c: Fix
comment typos.
* gnat_rm.texi, gnat_ugn.texi: Fix typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100312 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/cal.c')
-rw-r--r-- | gcc/ada/cal.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/cal.c b/gcc/ada/cal.c index 20a631634bb..283a0e6856e 100644 --- a/gcc/ada/cal.c +++ b/gcc/ada/cal.c @@ -32,8 +32,8 @@ /* This file contains those routines named by Import pragmas in package */ /* GNAT.Calendar. It is used to do Duration to timeval conversion. */ -/* These are simple wrappers function to abstarct the fact that the C */ -/* struct timeval fields type are not normalized (they are generaly */ +/* These are simple wrappers function to abstract the fact that the C */ +/* struct timeval fields type are not normalized (they are generally */ /* defined as int or long values). */ #if defined(VMS) |