diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-22 02:03:17 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-22 02:03:17 +0000 |
commit | d10cfa8dc0e0c46fb4ebdcbb957029727bc8fe21 (patch) | |
tree | 46c3473e2a4ca056cf463861491452bb0f47b6a9 /gcc/c-format.c | |
parent | d7a9a1c8a54a4eb32dcc524bea8753342994aa67 (diff) | |
download | gcc-d10cfa8dc0e0c46fb4ebdcbb957029727bc8fe21.tar.gz |
* ChangeLog: Follow spelling conventions.
* ChangeLog.0: Likewise.
* ChangeLog.1: Likewise.
* ChangeLog.2: Likewise.
* ChangeLog.3: Likewise.
* ChangeLog.4: Likewise.
* ChangeLog.5: Likewise.
* ChangeLog.6: Likewise.
* FSFChangeLog.10: Likewise.
* FSFChangeLog.11: Likewise.
* alias.c: Likewise.
* basic-block.h: Likewise.
* c-aux-info.c: Likewise.
* c-common.c: Likewise.
* c-common.h: Likewise.
* c-decl.c: Likewise.
* c-format.c: Likewise.
* c-semantics.c: Likewise.
* c-typeck.c: Likewise.
* calls.c: Likewise.
* cfganal.c: Likewise.
* cfgloop.c: Likewise.
* collect2.c: Likewise.
* combine.c: Likewise.
* conflict.c: Likewise.
* cppexp.c: Likewise.
* cppfiles.c: Likewise.
* cpphash.h: Likewise.
* cppinit.c: Likewise.
* cpplex.c: Likewise.
* cpplib.c: Likewise.
* cpplib.h: Likewise.
* cppmacro.c: Likewise.
* cse.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57398 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-format.c')
-rw-r--r-- | gcc/c-format.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/c-format.c b/gcc/c-format.c index 0c7545a3325..a8066df5235 100644 --- a/gcc/c-format.c +++ b/gcc/c-format.c @@ -439,7 +439,7 @@ typedef struct /* The flag character in question (0 for end of array). */ const int flag_char; /* Zero if this entry describes the flag character in general, or a - non-zero character that may be found in flags2 if it describes the + nonzero character that may be found in flags2 if it describes the flag when used with certain formats only. If the latter, only the first such entry found that applies to the current conversion specifier is used; the values of `name' and `long_name' it supplies @@ -469,11 +469,11 @@ typedef struct const int flag_char1; /* The second flag character. */ const int flag_char2; - /* Non-zero if the message should say that the first flag is ignored with + /* Nonzero if the message should say that the first flag is ignored with the second, zero if the combination should simply be objected to. */ const int ignored; /* Zero if this entry applies whenever this flag combination occurs, - a non-zero character from flags2 if it only applies in some + a nonzero character from flags2 if it only applies in some circumstances (e.g. 'i' for printf formats ignoring 0 with precision). */ const int predicate; } format_flag_pair; |