diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2003-06-23 15:27:37 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-06-23 15:27:37 +0000 |
commit | 71c0e7fc9636c1d99b4a2508bbc2efe3d674f72d (patch) | |
tree | e01bf4ee4ed8ca0042861ba7004bed92770df135 /gcc/c-format.c | |
parent | 164131ce2b0389a0ae7254e468c5c7bcada48b28 (diff) | |
download | gcc-71c0e7fc9636c1d99b4a2508bbc2efe3d674f72d.zip gcc-71c0e7fc9636c1d99b4a2508bbc2efe3d674f72d.tar.gz gcc-71c0e7fc9636c1d99b4a2508bbc2efe3d674f72d.tar.bz2 |
basic-block.h: Fix comment formatting.
* basic-block.h: Fix comment formatting.
* bt-load.c: Likewise.
* builtins.c: Likewise.
* c-common.c: Likewise.
* c-common.h: Likewise.
* c-format.c: Likewise.
* coverage.c: Likewise.
* cpplib.h: Likewise.
* cpppch.c: Likewise.
* dbxout.c: Likewise.
* diagnostic.c: Likewise.
* dwarf2out.c: Likewise.
* expr.c: Likewise.
* fold-const.c: Likewise.
* function.c: Likewise.
* gcc.c: Likewise.
* gcov-io.c: Likewise.
* gcov-io.h: Likewise.
* gcov.c: Likewise.
* profile.c: Likewise.
* real.h: Likewise.
* sched-deps.c: Likewise.
From-SVN: r68369
Diffstat (limited to 'gcc/c-format.c')
-rw-r--r-- | gcc/c-format.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-format.c b/gcc/c-format.c index b13848f..1a24019 100644 --- a/gcc/c-format.c +++ b/gcc/c-format.c @@ -145,7 +145,7 @@ check_format_string (tree argument, unsigned HOST_WIDE_INT format_num, /* Strip any conversions from the expression, verify it is a constant, and store its value. If validated_p is true, abort on errors. - Returns true on success, false otherwise. */ + Returns true on success, false otherwise. */ bool get_constant(tree expr, unsigned HOST_WIDE_INT *value, int validated_p) { |