diff options
| author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-04-30 20:48:55 +0000 |
|---|---|---|
| committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-04-30 20:48:55 +0000 |
| commit | a113df96c80560b8e80c0edffc6353dad5a36582 (patch) | |
| tree | a0cc3b83651f56f07e65c72d081ac3f43fda4dfd /gcc/cpplex.c | |
| parent | 20f14ecb101c8f68aa39512203dd9394b858ed7a (diff) | |
| download | ppe42-gcc-a113df96c80560b8e80c0edffc6353dad5a36582.tar.gz ppe42-gcc-a113df96c80560b8e80c0edffc6353dad5a36582.zip | |
* cpplex.c: Fix comment formatting.
* function.c: Likewise.
* integrate.c: Likewise.
* regrename.c: Likewise.
* sibcall.c: Likewise.
* simplify-rtx.c: Likewise.
* tree-inline.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52972 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cpplex.c')
| -rw-r--r-- | gcc/cpplex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cpplex.c b/gcc/cpplex.c index 6a44b86d15f..bc129784561 100644 --- a/gcc/cpplex.c +++ b/gcc/cpplex.c @@ -763,7 +763,7 @@ save_comment (pfile, token, from, type) buffer[0] = '/'; memcpy (buffer + 1, from, len - 1); - /* Finish conversion to a C comment, if necessary. */ + /* Finish conversion to a C comment, if necessary. */ if (pfile->state.in_directive && type == '/') { buffer[1] = '*'; |

