From: amylaar Date: Fri, 21 Jan 2000 10:36:05 +0000 (+0000) Subject: Typo fix. X-Git-Tag: upstream/4.9.2~103609 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=93907fd8a8f173ecdc2bb431a5ea09ef0fe19df9;p=platform%2Fupstream%2Flinaro-gcc.git Typo fix. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31548 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/alias.c b/gcc/alias.c index c85f110..4b24c26 100644 --- a/gcc/alias.c +++ b/gcc/alias.c @@ -1185,7 +1185,7 @@ read_dependence (mem, x) MEM2 if vice versa. Otherwise, returns NULL_RTX. If a non-NULL value is returned MEM1 and MEM2 can never alias. VARIES_P is used to decide whether or not an address may vary; it should return - nozero whenever variation is possible. */ + nonzero whenever variation is possible. */ static rtx fixed_scalar_and_varying_struct_p (mem1, mem2, varies_p)