diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2003-08-22 06:45:14 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-08-22 06:45:14 +0000 |
commit | beb235f8964321e02e492c9b6856a1ca56f2e027 (patch) | |
tree | b240bf213337fa404942e0e2bdbb6534d89eb5e0 /gcc/expmed.c | |
parent | 2b72593e40e7c04cf3fe7cdb35878c307825b3a9 (diff) | |
download | gcc-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/expmed.c')
-rw-r--r-- | gcc/expmed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/expmed.c b/gcc/expmed.c index 89ecd0c..8ccd238 100644 --- a/gcc/expmed.c +++ b/gcc/expmed.c @@ -2628,7 +2628,7 @@ choose_multiplier (unsigned HOST_WIDE_INT d, int n, int precision, abort (); if (mhigh_hi > 1 || mlow_hi > 1) abort (); - /* assert that mlow < mhigh. */ + /* Assert that mlow < mhigh. */ if (! (mlow_hi < mhigh_hi || (mlow_hi == mhigh_hi && mlow_lo < mhigh_lo))) abort (); |