Commit a586e14f authored by Ralf Baechle's avatar Ralf Baechle

MIPS: Fix typo multipy -> multiply

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 7ee91de4
...@@ -251,7 +251,7 @@ struct f_format { /* FPU register format */ ...@@ -251,7 +251,7 @@ struct f_format { /* FPU register format */
unsigned int func : 6; unsigned int func : 6;
}; };
struct ma_format { /* FPU multipy and add format (MIPS IV) */ struct ma_format { /* FPU multiply and add format (MIPS IV) */
unsigned int opcode : 6; unsigned int opcode : 6;
unsigned int fr : 5; unsigned int fr : 5;
unsigned int ft : 5; unsigned int ft : 5;
...@@ -324,7 +324,7 @@ struct f_format { /* FPU register format */ ...@@ -324,7 +324,7 @@ struct f_format { /* FPU register format */
unsigned int opcode : 6; unsigned int opcode : 6;
}; };
struct ma_format { /* FPU multipy and add format (MIPS IV) */ struct ma_format { /* FPU multiply and add format (MIPS IV) */
unsigned int fmt : 2; unsigned int fmt : 2;
unsigned int func : 4; unsigned int func : 4;
unsigned int fd : 5; unsigned int fd : 5;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment