diff options
author | Kazu Hirata <kazu@hxi.com> | 2002-04-30 20:48:55 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2002-04-30 20:48:55 +0000 |
commit | 1eeeb6a437b35a0a48b7758d33e2d33164ca52db (patch) | |
tree | a0cc3b83651f56f07e65c72d081ac3f43fda4dfd /gcc/cpplex.c | |
parent | 888d5eaa62fd5a9e9c62cff6e94a2e9e79434c1e (diff) | |
download | gcc-1eeeb6a437b35a0a48b7758d33e2d33164ca52db.tar.gz |
cpplex.c: Fix comment formatting.
* 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.
From-SVN: r52972
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] = '*'; |