Fix comment typo.
authorRichard Henderson <rth@gcc.gnu.org>
Thu, 29 Nov 2001 07:32:40 +0000 (23:32 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 29 Nov 2001 07:32:40 +0000 (23:32 -0800)
From-SVN: r47437

gcc/alias.c

index a92cf857844f63de38cd86ad0ae65296eef51423..da9ca04bd86672a5b0c938bccb1eefdae9e7ec5c 100644 (file)
@@ -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));