diff options
author | Kazu Hirata <kazu@gcc.gnu.org> | 2003-09-14 14:49:08 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-09-14 14:49:08 +0000 |
commit | 83a00410f54676140ee0aa3f057f99ea6086d8a2 (patch) | |
tree | 7e5471c8657e7e2bc87146203f74ce01e6603b56 /gcc/cpphash.h | |
parent | 7b9a5a662b243ee413626bbc14a87bbea25e633c (diff) | |
download | gcc-83a00410f54676140ee0aa3f057f99ea6086d8a2.zip gcc-83a00410f54676140ee0aa3f057f99ea6086d8a2.tar.gz gcc-83a00410f54676140ee0aa3f057f99ea6086d8a2.tar.bz2 |
alias.c: Follow spelling conventions.
* alias.c: Follow spelling conventions.
* cpphash.h: Likewise.
* fold-const.c: Likewise.
* cp/ChangeLog: Likewise.
* cp/parser.c: Likewise.
From-SVN: r71382
Diffstat (limited to 'gcc/cpphash.h')
-rw-r--r-- | gcc/cpphash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cpphash.h b/gcc/cpphash.h index e6eadce..765f6ed 100644 --- a/gcc/cpphash.h +++ b/gcc/cpphash.h @@ -371,7 +371,7 @@ struct cpp_reader directory. */ bool quote_ignores_source_dir; - /* Non-zero if any file has contained #pragma once or #import has + /* Nonzero if any file has contained #pragma once or #import has been used. */ bool seen_once_only; |