diff options
author | Kazu Hirata <kazu@gcc.gnu.org> | 2003-06-12 19:01:08 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-06-12 19:01:08 +0000 |
commit | 6356f8928853bc14e841e5b4e990ce2508c38f26 (patch) | |
tree | 0f2925fe84100a624006d902c347d9fea822e422 /gcc/gcov-io.h | |
parent | 25f47a4c2358896aa2498b357a51166c0024d761 (diff) | |
download | gcc-6356f8928853bc14e841e5b4e990ce2508c38f26.zip gcc-6356f8928853bc14e841e5b4e990ce2508c38f26.tar.gz gcc-6356f8928853bc14e841e5b4e990ce2508c38f26.tar.bz2 |
ChangeLog: Follow spelling conventions.
* 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.
From-SVN: r67849
Diffstat (limited to 'gcc/gcov-io.h')
-rw-r--r-- | gcc/gcov-io.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/gcov-io.h b/gcc/gcov-io.h index e6cf94e..e512783 100644 --- a/gcc/gcov-io.h +++ b/gcc/gcov-io.h @@ -147,8 +147,8 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA This file is included by both the compiler, gcov tools and the runtime support library libgcov. IN_LIBGCOV and IN_GCOV are used to - distinguish which case is which. If IN_LIBGCOV is non-zero, - libgcov is being built. If IN_GCOV is non-zero, the gcov tools are + distinguish which case is which. If IN_LIBGCOV is nonzero, + libgcov is being built. If IN_GCOV is nonzero, the gcov tools are being built. Otherwise the compiler is being built. IN_GCOV may be positive or negative. If positive, we are compiling a tool that requires additional functions (see the code for knowledge of what @@ -480,7 +480,7 @@ gcov_position (void) return gcov_var.start + gcov_var.offset; } -/* Return non-zero if we read to end of file. */ +/* Return nonzero if we read to end of file. */ static inline int gcov_is_eof () @@ -488,7 +488,7 @@ gcov_is_eof () return !gcov_var.overread; } -/* Return non-zero if the error flag is set. */ +/* Return nonzero if the error flag is set. */ static inline int gcov_is_error () |