aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/cal.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-05-29 03:57:15 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-05-29 03:57:15 +0000
commit5ff62c2e815d91b79229cb15058828724d956f85 (patch)
tree2da0d7b83f595be76a4a27d1501d770959ab4e85 /gcc/ada/cal.c
parentfe21ff2d90d45aad1e0f7e60fc195fcbb5501ebb (diff)
downloadgcc-5ff62c2e815d91b79229cb15058828724d956f85.zip
gcc-5ff62c2e815d91b79229cb15058828724d956f85.tar.gz
gcc-5ff62c2e815d91b79229cb15058828724d956f85.tar.bz2
cal.c, [...]: Fix comment typos.
* cal.c, decl.c, init.c, raise.c, trans.c, utils2.c: Fix comment typos. * gnat_rm.texi, gnat_ugn.texi: Fix typos. From-SVN: r100312
Diffstat (limited to 'gcc/ada/cal.c')
-rw-r--r--gcc/ada/cal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/cal.c b/gcc/ada/cal.c
index 20a6316..283a0e6 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)