summaryrefslogtreecommitdiff
path: root/arch/s390/kernel/ebcdic.c
diff options
context:
space:
mode:
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>2023-06-10 16:25:28 +0200
committerHeiko Carstens <hca@linux.ibm.com>2023-07-27 13:11:35 +0200
commit7fb0ad1938ef129aa39d565bf2ad3728a39136ef (patch)
tree864f92ea2afcfb57df9f9ff2e31ef6d8db7f717f /arch/s390/kernel/ebcdic.c
parente810487385de409e826f249fcce13105b5513a65 (diff)
s390/ebcdic: fix typo in comment
s/ECBDIC/EBCDIC/ (C and B are swapped) Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Link: https://lore.kernel.org/r/08ed63331699177b3354458da66a2f63c0217e49.1686407113.git.christophe.jaillet@wanadoo.fr Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Diffstat (limited to 'arch/s390/kernel/ebcdic.c')
-rw-r--r--arch/s390/kernel/ebcdic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/kernel/ebcdic.c b/arch/s390/kernel/ebcdic.c
index 7f8246c9be08..0e51fa537262 100644
--- a/arch/s390/kernel/ebcdic.c
+++ b/arch/s390/kernel/ebcdic.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0
/*
- * ECBDIC -> ASCII, ASCII -> ECBDIC,
+ * EBCDIC -> ASCII, ASCII -> EBCDIC,
* upper to lower case (EBCDIC) conversion tables.
*
* S390 version