From 678704be065e051b58a33730268ffa6c6333d41a Mon Sep 17 00:00:00 2001 From: kazu Date: Sun, 14 Sep 2003 14:49:08 +0000 Subject: * alias.c: Follow spelling conventions. * cpphash.h: Likewise. * fold-const.c: Likewise. * cp/ChangeLog: Likewise. * cp/parser.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71382 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/alias.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/alias.c') diff --git a/gcc/alias.c b/gcc/alias.c index f56820ea1e2..c3bdf766cb2 100644 --- a/gcc/alias.c +++ b/gcc/alias.c @@ -2202,7 +2202,7 @@ canon_true_dependence (rtx mem, enum machine_mode mem_mode, rtx mem_addr, } /* Returns nonzero if a write to X might alias a previous read from - (or, if WRITEP is nonzero, a write to) MEM. If CONSTP is non-zero, + (or, if WRITEP is nonzero, a write to) MEM. If CONSTP is nonzero, honor the RTX_UNCHANGING_P flags on X and MEM. */ static int -- cgit v1.2.1