From 6356f8928853bc14e841e5b4e990ce2508c38f26 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Thu, 12 Jun 2003 19:01:08 +0000 Subject: 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 --- gcc/gcov-io.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/gcov-io.c') diff --git a/gcc/gcov-io.c b/gcc/gcov-io.c index 94197c9..112e77c 100644 --- a/gcc/gcov-io.c +++ b/gcc/gcov-io.c @@ -313,7 +313,7 @@ gcov_write_tag_length (gcov_unsigned_t tag, gcov_unsigned_t length) return; } -/* Write a summary structure to the gcov file. Return non-zero on +/* Write a summary structure to the gcov file. Return nonzero on overflow. */ GCOV_LINKAGE void @@ -489,7 +489,7 @@ gcov_sync (gcov_position_t base, gcov_unsigned_t length) #if IN_LIBGCOV /* Move to the a set position in a gcov file. BASE is zero to move to - the end, and non-zero to move to that position. */ + the end, and nonzero to move to that position. */ GCOV_LINKAGE void gcov_seek (gcov_position_t base) -- cgit v1.1