avr.c: Fix comment typos.
[gcc.git] / gcc / config / i386 / i386.md
index 3da4cab3225f3a7c91b8ab2eb02d3e3e04283b89..6e61108b49ad4d70faf1606657a498ee13be574c 100644 (file)
@@ -1,5 +1,5 @@
 ;; GCC machine description for IA-32 and x86-64.
-;; Copyright (C) 1988, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
+;; Copyright (C) 1988, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
 ;; Free Software Foundation, Inc.
 ;; Mostly by William Schelter.
 ;; x86_64 support added by Jan Hubicka
        (match_operand:QI 1 "general_operand" ""))]
   "! TARGET_PARTIAL_REG_STALL"
 {
-  /* Don't generate memory->memory moves, go through a register */
+  /* Don't generate memory->memory moves, go through a register */
   if (GET_CODE (operands[0]) == MEM && GET_CODE (operands[1]) == MEM)
     operands[1] = force_reg (QImode, operands[1]);
 })