aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/adaint.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-04-01 05:28:01 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-04-01 05:28:01 +0000
commit45f7cb601829cd50ac80677edf22d3c03e9b6327 (patch)
tree639823f0b45b5a525e2e96e30ce0899ecb12b108 /gcc/ada/adaint.c
parent38b974a6cf4ea5e2ea107c63aa4c2b6d64a89894 (diff)
downloadgcc-45f7cb601829cd50ac80677edf22d3c03e9b6327.zip
gcc-45f7cb601829cd50ac80677edf22d3c03e9b6327.tar.gz
gcc-45f7cb601829cd50ac80677edf22d3c03e9b6327.tar.bz2
adaint.c, [...]: Fix comment typos.
* adaint.c, cal.c, decl.c, gigi.h, gmem.c, init.c, link.c, raise.c, tracebak.c, trans.c, utils2.c, utils.c: Fix comment typos. From-SVN: r97369
Diffstat (limited to 'gcc/ada/adaint.c')
-rw-r--r--gcc/ada/adaint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/adaint.c b/gcc/ada/adaint.c
index 2760cc6..6d65efd 100644
--- a/gcc/ada/adaint.c
+++ b/gcc/ada/adaint.c
@@ -1643,7 +1643,7 @@ __gnat_dup (int oldfd)
}
/* Make newfd be the copy of oldfd, closing newfd first if necessary.
- Return -1 if an error occured. */
+ Return -1 if an error occurred. */
int
__gnat_dup2 (int oldfd, int newfd)