diff options
author | Torbjorn Granlund <tege@gnu.org> | 1992-08-14 11:33:04 +0000 |
---|---|---|
committer | Torbjorn Granlund <tege@gnu.org> | 1992-08-14 11:33:04 +0000 |
commit | 858a47b165a39fff21125accb5f433a8e9e434d3 (patch) | |
tree | 5f04d94d766d3a8d6c1b28ed36b61afbe84bf2d4 /gcc/fold-const.c | |
parent | 542bc952ded8003995cd768fe47face48f39c25b (diff) | |
download | gcc-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.c | 2 |
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 |