aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2001-11-29 07:32:40 +0000
committerRichard Henderson <rth@redhat.com>2001-11-29 07:32:40 +0000
commitf547971698b1e93adfa618fea5f896707425ca83 (patch)
tree883773776f8e7f0ea406ddb24a343185d8178c37
parent9d5e32a7c72c7ab241f463397b0a2a64ffb96c0c (diff)
Fix comment typo.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@47437 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/alias.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/alias.c b/gcc/alias.c
index a92cf857844..da9ca04bd86 100644
--- a/gcc/alias.c
+++ b/gcc/alias.c
@@ -1799,7 +1799,7 @@ nonoverlapping_memrefs_p (x, y)
offsety += INTVAL (MEM_OFFSET (y)), sizey -= INTVAL (MEM_OFFSET (y));
/* If a memref has both a size and an offset, we can use the smaller size.
- We can't do this is the offset isn't know because we must view this
+ We can't do this if the offset isn't known because we must view this
memref as being anywhere inside the DECL's MEM. */
if (MEM_SIZE (x) && MEM_OFFSET (x))
sizex = INTVAL (MEM_SIZE (x));