From 7ef5b942a1ad681e5124f1949bd5f62c0d7456a4 Mon Sep 17 00:00:00 2001 From: kazu Date: Thu, 12 Jun 2003 19:01:08 +0000 Subject: * ChangeLog: Follow spelling conventions. * ChangeLog.2: Likewise. * c-decl.c: Likewise. * cfgloop.h: Likewise. * cgraph.c: Likewise. * coverage.c: Likewise. * cppcharset.c: Likewise. * cpphash.h: Likewise. * cpplex.c: Likewise. * cpplib.c: Likewise. * dbxout.c: Likewise. * df.c: Likewise. * dwarf2out.c: Likewise. * dwarfout.c: Likewise. * emit-rtl.c: Likewise. * explow.c: Likewise. * gcov-io.c: Likewise. * gcov-io.h: Likewise. * gcov.c: Likewise. * gengtype.c: Likewise. * ggc.h: Likewise. * opts.c: Likewise. * real.c: Likewise. * reload.c: Likewise. * stmt.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67849 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/coverage.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/coverage.c') diff --git a/gcc/coverage.c b/gcc/coverage.c index 1b537c621eb..9f33b811605 100644 --- a/gcc/coverage.c +++ b/gcc/coverage.c @@ -340,7 +340,7 @@ get_coverage_counts (unsigned counter, unsigned expected, return entry->counts; } -/* Allocate NUM counters of type COUNTER. Returns non-zero if the +/* Allocate NUM counters of type COUNTER. Returns nonzero if the allocation succeeded. */ int @@ -426,7 +426,7 @@ compute_checksum () /* Begin output to the graph file for the current function. Opens the output file, if not already done. Writes the - function header, if not already done. Returns non-zero if data + function header, if not already done. Returns nonzero if data should be output. */ int -- cgit v1.2.1