diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-12 19:01:08 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-12 19:01:08 +0000 |
commit | 7ef5b942a1ad681e5124f1949bd5f62c0d7456a4 (patch) | |
tree | 0f2925fe84100a624006d902c347d9fea822e422 /gcc/gcov.c | |
parent | df9c4f4c2c4d2ab2a9fc20eceb43d87c971c627c (diff) | |
download | gcc-7ef5b942a1ad681e5124f1949bd5f62c0d7456a4.tar.gz |
* 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
Diffstat (limited to 'gcc/gcov.c')
-rw-r--r-- | gcc/gcov.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcov.c b/gcc/gcov.c index 4c92170ebbf..fd18c007356 100644 --- a/gcc/gcov.c +++ b/gcc/gcov.c @@ -1745,7 +1745,7 @@ accumulate_line_counts (src) } } -/* Ouput information about ARC number IX. Returns non-zero if +/* Ouput information about ARC number IX. Returns nonzero if anything is output. */ static int |