OSDN Git Service

(spec_reg_operand): Fix misspelling of `default:'.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 May 1995 22:48:22 +0000 (22:48 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 May 1995 22:48:22 +0000 (22:48 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9691 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/a29k/a29k.c

index 1b82206..1997510 100644 (file)
@@ -220,7 +220,7 @@ spec_reg_operand (op, mode)
       return REGNO (op) >= R_BP && REGNO (op) <= R_CR;
     case MODE_INT:
       return REGNO (op) >= R_Q && REGNO (op) <= R_EXO;
-    detault:
+    default:
       return 0;
     }
 }