From d10cfa8dc0e0c46fb4ebdcbb957029727bc8fe21 Mon Sep 17 00:00:00 2001 From: kazu Date: Sun, 22 Sep 2002 02:03:17 +0000 Subject: * 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 --- gcc/conflict.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/conflict.c') diff --git a/gcc/conflict.c b/gcc/conflict.c index 9851fade3de..48ca1d69e67 100644 --- a/gcc/conflict.c +++ b/gcc/conflict.c @@ -183,7 +183,7 @@ conflict_graph_delete (graph) } /* Adds a conflict to GRAPH between regs REG1 and REG2, which must be - distinct. Returns non-zero, unless the conflict is already present + distinct. Returns nonzero, unless the conflict is already present in GRAPH, in which case it does nothing and returns zero. */ int @@ -232,7 +232,7 @@ conflict_graph_add (graph, reg1, reg2) return 1; } -/* Returns non-zero if a conflict exists in GRAPH between regs REG1 +/* Returns nonzero if a conflict exists in GRAPH between regs REG1 and REG2. */ int -- cgit v1.2.1