aboutsummaryrefslogtreecommitdiff
path: root/gcc/profile.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-01-18 22:32:06 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-01-18 22:32:06 +0000
commit32dd366d5eb66118ffa3d59e4cc43df8c1452d18 (patch)
tree425ca14b83df83fc9ec4077dae150050d77bb259 /gcc/profile.c
parent634661fe5a3f091d6c4b15527ddc7cfc3e448469 (diff)
downloadgcc-32dd366d5eb66118ffa3d59e4cc43df8c1452d18.zip
gcc-32dd366d5eb66118ffa3d59e4cc43df8c1452d18.tar.gz
gcc-32dd366d5eb66118ffa3d59e4cc43df8c1452d18.tar.bz2
basic-block.h: Fix comment formatting.
* 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. From-SVN: r61478
Diffstat (limited to 'gcc/profile.c')
-rw-r--r--gcc/profile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/profile.c b/gcc/profile.c
index d14b862..5ee790a 100644
--- a/gcc/profile.c
+++ b/gcc/profile.c
@@ -1674,7 +1674,7 @@ create_profiler ()
/* Build structure. */
assemble_variable (structure, 0, 0, 0);
- /* Build the constructor function to invoke __gcov_init. */
+ /* Build the constructor function to invoke __gcov_init. */
ctor_name = concat (IDENTIFIER_POINTER (get_file_function_name ('I')),
"_GCOV", NULL);
ctor = build_decl (FUNCTION_DECL, get_identifier (ctor_name),