Typo fix.
authorJoern Rennecke <amylaar@gcc.gnu.org>
Fri, 21 Jan 2000 10:36:05 +0000 (10:36 +0000)
committerJoern Rennecke <amylaar@gcc.gnu.org>
Fri, 21 Jan 2000 10:36:05 +0000 (10:36 +0000)
From-SVN: r31548

gcc/alias.c

index c85f110b53709754e3ed6ef0a4ded8b6e4b9689c..4b24c26f109f7bc2b4db899c58932e37dfebbda5 100644 (file)
@@ -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)