From 71c0e7fc9636c1d99b4a2508bbc2efe3d674f72d Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Mon, 23 Jun 2003 15:27:37 +0000 Subject: 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 --- gcc/profile.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/profile.c') diff --git a/gcc/profile.c b/gcc/profile.c index 310277f..b2ae4a0 100644 --- a/gcc/profile.c +++ b/gcc/profile.c @@ -84,7 +84,7 @@ struct bb_info { #define EDGE_INFO(e) ((struct edge_info *) (e)->aux) #define BB_INFO(b) ((struct bb_info *) (b)->aux) -/* Counter summary from the last set of coverage counts read. */ +/* Counter summary from the last set of coverage counts read. */ const struct gcov_ctr_summary *profile_info; @@ -731,7 +731,7 @@ branch_prob () } } - /* Line numbers. */ + /* Line numbers. */ if (coverage_begin_output ()) { char const *prev_file_name = NULL; -- cgit v1.1