aboutsummaryrefslogtreecommitdiff
path: root/gcc/fold-const.c
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gnu.org>1992-08-14 11:33:04 +0000
committerTorbjorn Granlund <tege@gnu.org>1992-08-14 11:33:04 +0000
commit858a47b165a39fff21125accb5f433a8e9e434d3 (patch)
tree5f04d94d766d3a8d6c1b28ed36b61afbe84bf2d4 /gcc/fold-const.c
parent542bc952ded8003995cd768fe47face48f39c25b (diff)
downloadgcc-858a47b165a39fff21125accb5f433a8e9e434d3.zip
gcc-858a47b165a39fff21125accb5f433a8e9e434d3.tar.gz
gcc-858a47b165a39fff21125accb5f433a8e9e434d3.tar.bz2
Fix spelling errors in comments.
From-SVN: r1825
Diffstat (limited to 'gcc/fold-const.c')
-rw-r--r--gcc/fold-const.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fold-const.c b/gcc/fold-const.c
index a710750..09a0039 100644
--- a/gcc/fold-const.c
+++ b/gcc/fold-const.c
@@ -440,7 +440,7 @@ rrotate_double (l1, h1, count, prec, lv, hv)
CODE is a tree code for a kind of division, one of
TRUNC_DIV_EXPR, FLOOR_DIV_EXPR, CEIL_DIV_EXPR, ROUND_DIV_EXPR
or EXACT_DIV_EXPR
- It controls how the quotient is rounded to a integer.
+ It controls how the quotient is rounded to an integer.
UNS nonzero says do unsigned division. */
static void