aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJoern Rennecke <amylaar@gcc.gnu.org>2000-01-21 10:36:05 +0000
committerJoern Rennecke <amylaar@gcc.gnu.org>2000-01-21 10:36:05 +0000
commit57e9826105b1535eaf1bfc6aa7da5b9d6f8aa13c (patch)
tree27e81671f40ee2a5cfcbae20d2fd396140bb8f7d /gcc
parentfb0d0f72c6dd0887730ece9c63eb2c6248a851fe (diff)
downloadgcc-57e9826105b1535eaf1bfc6aa7da5b9d6f8aa13c.zip
gcc-57e9826105b1535eaf1bfc6aa7da5b9d6f8aa13c.tar.gz
gcc-57e9826105b1535eaf1bfc6aa7da5b9d6f8aa13c.tar.bz2
Typo fix.
From-SVN: r31548
Diffstat (limited to 'gcc')
-rw-r--r--gcc/alias.c2
1 files changed, 1 insertions, 1 deletions
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)