aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/utils2.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/utils2.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/utils2.c')
-rw-r--r--gcc/ada/utils2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/utils2.c b/gcc/ada/utils2.c
index 787d01e..6ca8b99 100644
--- a/gcc/ada/utils2.c
+++ b/gcc/ada/utils2.c
@@ -504,7 +504,7 @@ nonbinary_modular_operation (enum tree_code op_code, tree type, tree lhs,
rhs = fold (build2 (MINUS_EXPR, type, modulus, rhs)), op_code = MINUS_EXPR;
/* For the logical operations, we only need PRECISION bits. For
- addition and subraction, we need one more and for multiplication we
+ addition and subtraction, we need one more and for multiplication we
need twice as many. But we never want to make a size smaller than
our size. */
if (op_code == PLUS_EXPR || op_code == MINUS_EXPR)