Correct various typos in code comments

Found via `codespell -q 3`

Closes #263
This commit is contained in:
luzpaz
2018-07-31 21:59:16 +00:00
committed by DRC
parent 574f3a772c
commit 43c58ff983
5 changed files with 5 additions and 5 deletions

View File

@@ -63,7 +63,7 @@ _\fname:
trn2 \x1\literal, \xi\literal, \x1\literal
.endm
/* Transpose elements of 2 differnet registers */
/* Transpose elements of 2 different registers */
.macro transpose x0, x1, xi, xilen, literal
mov \xi\xilen, \x0\xilen
trn1 \x0\literal, \x0\literal, \x1\literal