s390/ebcdic: fix typo in comment
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sat, 10 Jun 2023 14:25:28 +0000 (16:25 +0200)
committerHeiko Carstens <hca@linux.ibm.com>
Thu, 27 Jul 2023 11:11:35 +0000 (13:11 +0200)
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>
arch/s390/kernel/ebcdic.c

index 7f8246c..0e51fa5 100644 (file)
@@ -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