# Fix misspellings in comments.
[gcc.git] / gcc / config / mips / mips.c
index e9b006cc478f6caf83df9b7cfb418ad53470a8ed..29ea966306e7bb305ee0707f73fa69e4d813b3fb 100644 (file)
@@ -1846,7 +1846,7 @@ block_move_load_store (dest_reg, src_reg, p_bytes, p_offset, align, orig_src)
     }
 
 #if 0
-  /* Don't generate unligned moves here, rather defer those to the
+  /* Don't generate unaligned moves here, rather defer those to the
      general movestrsi_internal pattern.  */
   else if (bytes >= UNITS_PER_WORD)
     {