diff options
author | Heiko Carstens <hca@linux.ibm.com> | 2023-06-28 16:23:20 +0200 |
---|---|---|
committer | Alexander Gordeev <agordeev@linux.ibm.com> | 2023-07-03 11:19:42 +0200 |
commit | cada938a01586fc144902919e133354b1459db04 (patch) | |
tree | 19f666deee8296a0f2b5e10b315d9fb782df00fc /arch/s390/crypto/crc32be-vx.S | |
parent | 2b70a11955366b0732fbb63562458c316e01384a (diff) | |
download | linux-stable-cada938a01586fc144902919e133354b1459db04.tar.gz linux-stable-cada938a01586fc144902919e133354b1459db04.tar.bz2 linux-stable-cada938a01586fc144902919e133354b1459db04.zip |
s390: fix various typos
Fix various typos found with codespell.
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
Diffstat (limited to 'arch/s390/crypto/crc32be-vx.S')
-rw-r--r-- | arch/s390/crypto/crc32be-vx.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/crypto/crc32be-vx.S b/arch/s390/crypto/crc32be-vx.S index 6ea17628ea10..34ee47926891 100644 --- a/arch/s390/crypto/crc32be-vx.S +++ b/arch/s390/crypto/crc32be-vx.S @@ -48,7 +48,7 @@ * * Note that the constant definitions below are extended in order to compute * intermediate results with a single VECTOR GALOIS FIELD MULTIPLY instruction. - * The righmost doubleword can be 0 to prevent contribution to the result or + * The rightmost doubleword can be 0 to prevent contribution to the result or * can be multiplied by 1 to perform an XOR without the need for a separate * VECTOR EXCLUSIVE OR instruction. * |