From 6a8fa8e205f8fe0782f011cab7010e4c41fa1b11 Mon Sep 17 00:00:00 2001 From: kazu Date: Sat, 18 Jan 2003 22:32:06 +0000 Subject: * basic-block.h: Fix comment formatting. * calls.c: Likewise. * combine.c: Likewise. * convert.c: Likewise. * gcov.c: Likewise. * haifa-sched.c: Likewise. * libgcc2.c: Likewise. * loop.c: Likewise. * profile.c: Likewise. * system.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61478 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/libgcc2.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc/libgcc2.c') diff --git a/gcc/libgcc2.c b/gcc/libgcc2.c index 6867c0d1430..a47dfd10a32 100644 --- a/gcc/libgcc2.c +++ b/gcc/libgcc2.c @@ -1279,7 +1279,7 @@ gcov_version_mismatch (struct gcov_info *ptr, unsigned version) program's checksum to make sure we only accumulate whole program statistics to the correct summary. An object file might be embedded in two separate programs, and we must keep the two program - summaries separate. */ + summaries separate. */ static void gcov_exit (void) @@ -1503,7 +1503,7 @@ gcov_exit (void) count_ptr = ptr->arc_counts; for (ix = ptr->n_functions, fn_info = ptr->functions; ix--; fn_info++) { - /* Announce function. */ + /* Announce function. */ if (gcov_write_unsigned (da_file, GCOV_TAG_FUNCTION) || !(base = gcov_reserve_length (da_file)) /* function name */ @@ -1533,7 +1533,7 @@ gcov_exit (void) goto write_error; } - /* Object file summary. */ + /* Object file summary. */ if (gcov_write_summary (da_file, GCOV_TAG_OBJECT_SUMMARY, &object)) goto write_error; -- cgit v1.2.1