diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-28 19:43:01 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-28 19:43:01 +0000 |
commit | 4172d65e5c809406d42157a8faf83ff5383720fe (patch) | |
tree | 8826c209bf4a345f661a8cff151f91eaedca2ba4 /gcc/cgraph.c | |
parent | e7bf45d5719f6288251c2ca58ac817beebdd74bc (diff) | |
download | gcc-4172d65e5c809406d42157a8faf83ff5383720fe.tar.gz |
* builtins.c: Follow spelling conventions.
* cgraph.c: Likewise.
* cpplex.c: Likewise.
* config/arm/arm.c: Likewise.
* config/arm/iwmmxt.md: Likewise.
* config/c4x/c4x-modes.def: Likewise.
* config/c4x/c4x.c: Likewise.
* config/c4x/c4x.h: Likewise.
* config/c4x/c4x.md: Likewise.
* config/i386/i386-interix.h: Likewise.
* config/mips/mips.h: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68648 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cgraph.c')
-rw-r--r-- | gcc/cgraph.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cgraph.c b/gcc/cgraph.c index ffc33123028..d8908afb407 100644 --- a/gcc/cgraph.c +++ b/gcc/cgraph.c @@ -373,7 +373,7 @@ cgraph_varpool_hash_node (const PTR p) (((struct cgraph_varpool_node *) p)->decl)); } -/* Returns non-zero if P1 and P2 are equal. */ +/* Returns nonzero if P1 and P2 are equal. */ static int eq_cgraph_varpool_node (const PTR p1, const PTR p2) |