aboutsummaryrefslogtreecommitdiff
path: root/gcc/fold-const.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-08-22 06:45:14 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-08-22 06:45:14 +0000
commitbeb235f8964321e02e492c9b6856a1ca56f2e027 (patch)
treeb240bf213337fa404942e0e2bdbb6534d89eb5e0 /gcc/fold-const.c
parent2b72593e40e7c04cf3fe7cdb35878c307825b3a9 (diff)
downloadgcc-beb235f8964321e02e492c9b6856a1ca56f2e027.zip
gcc-beb235f8964321e02e492c9b6856a1ca56f2e027.tar.gz
gcc-beb235f8964321e02e492c9b6856a1ca56f2e027.tar.bz2
c-decl.c: Fix comment formatting.
* c-decl.c: Fix comment formatting. * cfgrtl.c: Likewise. * combine.c: Likewise. * convert.c: Likewise. * dominance.c: Likewise. * dwarf2out.c: Likewise. * dwarfout.c: Likewise. * expmed.c: Likewise. * fold-const.c: Likewise. * gcov.c: Likewise. * genattrtab.c: Likewise. * ggc-common.c: Likewise. * mips-tfile.c: Likewise. * regmove.c: Likewise. From-SVN: r70677
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 3869c06..27a4724c 100644
--- a/gcc/fold-const.c
+++ b/gcc/fold-const.c
@@ -558,7 +558,7 @@ div_and_round_double (enum tree_code code, int uns,
if (hden == 0 && lden == 0)
overflow = 1, lden = 1;
- /* calculate quotient sign and convert operands to unsigned. */
+ /* Calculate quotient sign and convert operands to unsigned. */
if (!uns)
{
if (hnum < 0)