aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcov-io.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-06-23 15:27:37 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-06-23 15:27:37 +0000
commit71c0e7fc9636c1d99b4a2508bbc2efe3d674f72d (patch)
treee01bf4ee4ed8ca0042861ba7004bed92770df135 /gcc/gcov-io.c
parent164131ce2b0389a0ae7254e468c5c7bcada48b28 (diff)
downloadgcc-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/gcov-io.c')
-rw-r--r--gcc/gcov-io.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/gcov-io.c b/gcc/gcov-io.c
index 112e77c..6f4f1b8 100644
--- a/gcc/gcov-io.c
+++ b/gcc/gcov-io.c
@@ -338,7 +338,7 @@ gcov_write_summary (gcov_unsigned_t tag, const struct gcov_summary *summary)
#endif /*!IN_GCOV */
/* Return a pointer to read BYTES bytes from the gcov file. Returns
- NULL on failure (read past EOF). */
+ NULL on failure (read past EOF). */
static const unsigned char *
gcov_read_bytes (unsigned bytes)
@@ -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 nonzero to move to that position. */
+ the end, and nonzero to move to that position. */
GCOV_LINKAGE void
gcov_seek (gcov_position_t base)