diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-18 22:32:06 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-18 22:32:06 +0000 |
commit | 6a8fa8e205f8fe0782f011cab7010e4c41fa1b11 (patch) | |
tree | 425ca14b83df83fc9ec4077dae150050d77bb259 /gcc/profile.c | |
parent | 4f9026a9b0a68137c21132b26e7c6ee69738d56b (diff) | |
download | gcc-6a8fa8e205f8fe0782f011cab7010e4c41fa1b11.tar.gz |
* 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
Diffstat (limited to 'gcc/profile.c')
-rw-r--r-- | gcc/profile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/profile.c b/gcc/profile.c index d14b86244ae..5ee790a14df 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), |