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>
This commit is contained in:
Christophe JAILLET 2023-06-10 16:25:28 +02:00 committed by Heiko Carstens
parent e810487385
commit 7fb0ad1938

View file

@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0 // SPDX-License-Identifier: GPL-2.0
/* /*
* ECBDIC -> ASCII, ASCII -> ECBDIC, * EBCDIC -> ASCII, ASCII -> EBCDIC,
* upper to lower case (EBCDIC) conversion tables. * upper to lower case (EBCDIC) conversion tables.
* *
* S390 version * S390 version