tree-wide: fix assorted typos all over the place
That is "success", "unknown", "through", "performance", "[re|un]mapping" , "access", "default", "reasonable", "[con]currently", "temperature" , "channel", "[un]used", "application", "example","hierarchy", "therefore" , "[over|under]flow", "contiguous", "threshold", "enough" and others. Signed-off-by: André Goddard Rosa <andre.goddard@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:

committed by
Jiri Kosina

parent
972b94ffb9
commit
af901ca181
@@ -2088,7 +2088,7 @@ int math_emu_ldr(__u8 *opcode) {
|
||||
__u16 opc = *((__u16 *) opcode);
|
||||
|
||||
if ((opc & 0x90) == 0) { /* test if rx in {0,2,4,6} */
|
||||
/* we got an exception therfore ry can't be in {0,2,4,6} */
|
||||
/* we got an exception therefore ry can't be in {0,2,4,6} */
|
||||
asm volatile( /* load rx from fp_regs.fprs[ry] */
|
||||
" bras 1,0f\n"
|
||||
" ld 0,0(%1)\n"
|
||||
@@ -2118,7 +2118,7 @@ int math_emu_ler(__u8 *opcode) {
|
||||
__u16 opc = *((__u16 *) opcode);
|
||||
|
||||
if ((opc & 0x90) == 0) { /* test if rx in {0,2,4,6} */
|
||||
/* we got an exception therfore ry can't be in {0,2,4,6} */
|
||||
/* we got an exception therefore ry can't be in {0,2,4,6} */
|
||||
asm volatile( /* load rx from fp_regs.fprs[ry] */
|
||||
" bras 1,0f\n"
|
||||
" le 0,0(%1)\n"
|
||||
|
Reference in New Issue
Block a user