Skip to content

Commit

Permalink
MIPS: Fix typo multipy -> multiply
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Jul 19, 2012
1 parent 7ee91de commit a586e14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/mips/include/asm/inst.h
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ struct f_format { /* FPU register format */
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 fr : 5;
unsigned int ft : 5;
Expand Down Expand Up @@ -324,7 +324,7 @@ struct f_format { /* FPU register format */
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 func : 4;
unsigned int fd : 5;
Expand Down

0 comments on commit a586e14

Please sign in to comment.