From efc981bbe55621b884827ad7dca4a087bbc222be Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Wed, 28 Nov 2001 23:32:40 -0800 Subject: [PATCH] Fix comment typo. From-SVN: r47437 --- gcc/alias.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 2.30.2