summaryrefslogtreecommitdiff
path: root/gcc/cgraph.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cgraph.c')
-rw-r--r--gcc/cgraph.c2
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)