Fix typo in comment.
authorRichard Kenner <kenner@gcc.gnu.org>
Sun, 5 May 1996 17:18:02 +0000 (13:18 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Sun, 5 May 1996 17:18:02 +0000 (13:18 -0400)
From-SVN: r11927

gcc/expmed.c

index e49b93c..955c416 100644 (file)
@@ -3854,7 +3854,7 @@ expand_and (op0, op1, target)
    to perform the operation.  It says to use zero-extension.
 
    NORMALIZEP is 1 if we should convert the result to be either zero
-   or one one.  Normalize is -1 if we should convert the result to be
+   or one.  Normalize is -1 if we should convert the result to be
    either zero or -1.  If NORMALIZEP is zero, the result will be left
    "raw" out of the scc insn.  */