diff options
| author | amylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-21 10:36:05 +0000 |
|---|---|---|
| committer | amylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-21 10:36:05 +0000 |
| commit | 93907fd8a8f173ecdc2bb431a5ea09ef0fe19df9 (patch) | |
| tree | 27e81671f40ee2a5cfcbae20d2fd396140bb8f7d | |
| parent | 04a05b98ce6dfa7c0d4347ffa4f781f6c7a7a8cc (diff) | |
| download | ppe42-gcc-93907fd8a8f173ecdc2bb431a5ea09ef0fe19df9.tar.gz ppe42-gcc-93907fd8a8f173ecdc2bb431a5ea09ef0fe19df9.zip | |
Typo fix.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31548 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/alias.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/alias.c b/gcc/alias.c index c85f110b537..4b24c26f109 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) |

