diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-04-11 04:55:07 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-04-11 04:55:07 +0000 |
commit | 1654b2d6bf7bfa019c79f4112778853d1af0fd35 (patch) | |
tree | a7661efded89b3e01de2034f77bf6f7119da7b12 /target-arm/neon_helper.c | |
parent | ESP: Add it_shift parameter (Hervé Poussineau) (diff) | |
download | qemu-kvm-1654b2d6bf7bfa019c79f4112778853d1af0fd35.tar.gz qemu-kvm-1654b2d6bf7bfa019c79f4112778853d1af0fd35.tar.bz2 qemu-kvm-1654b2d6bf7bfa019c79f4112778853d1af0fd35.zip |
Fix few spelling issues in comments
(Stefan Weil)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4187 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-arm/neon_helper.c')
-rw-r--r-- | target-arm/neon_helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-arm/neon_helper.c b/target-arm/neon_helper.c index edc6e11ee..4ee565836 100644 --- a/target-arm/neon_helper.c +++ b/target-arm/neon_helper.c @@ -726,7 +726,7 @@ NEON_VOP(mul_u8, neon_u8, 4) NEON_VOP(mul_u16, neon_u16, 2) #undef NEON_FN -/* Polynomial multiplication is like integer multiplcation except the +/* Polynomial multiplication is like integer multiplication except the partial products are XORed, not added. */ uint32_t HELPER(neon_mul_p8)(uint32_t op1, uint32_t op2) { |