diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-12 22:49:48 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-12 22:49:48 +0000 |
commit | 81d470352528812e190cdc7bc866279a8fb80ebb (patch) | |
tree | c1de26b1f01549c9268b8764b22ddc9d6f9a3ba0 /gcc/gcov-io.h | |
parent | 761be283054215999b71d7c5ee9a5002ea597c65 (diff) | |
download | gcc-81d470352528812e190cdc7bc866279a8fb80ebb.tar.gz |
* c-format.c: Fix comment formatting.
* c-typeck.c: Likewise.
* coverage.c: Likewise.
* cppcharset.c: Likewise.
* cpplib.c: Likewise.
* dbxout.c: Likewise.
* gcov-io.h: Likewise.
* toplev.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69276 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gcov-io.h')
-rw-r--r-- | gcc/gcov-io.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcov-io.h b/gcc/gcov-io.h index 018b020ec37..fd5755fea78 100644 --- a/gcc/gcov-io.h +++ b/gcc/gcov-io.h @@ -454,7 +454,7 @@ GCOV_LINKAGE struct gcov_var functions, gcov_seek & gcov_error. When a file is to be rewritten you use the functions for reading, then gcov_rewrite then the functions for writing. Your file may become corrupted if you break - these invariants. */ + these invariants. */ #if IN_LIBGCOV GCOV_LINKAGE int gcov_open (const char */*name*/); #else |