From 0d4fb8439092ff8253af72ac6bc193e77ebbcf2f Mon Sep 17 00:00:00 2001 From: FdaSilvaYY Date: Fri, 5 Feb 2016 15:23:54 -0500 Subject: GH601: Various spelling fixes. Signed-off-by: Rich Salz Reviewed-by: Matt Caswell --- crypto/ebcdic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/ebcdic.c') diff --git a/crypto/ebcdic.c b/crypto/ebcdic.c index c16c0f824f..0f1255a470 100644 --- a/crypto/ebcdic.c +++ b/crypto/ebcdic.c @@ -172,7 +172,7 @@ const unsigned char os_toebcdic[256] = { * systems. It is a modified version of the BS2000 table. * * Bijective EBCDIC (character set IBM-1047) to US-ASCII table: This table is - * bijective - there are no ambigous or duplicate characters. + * bijective - there are no ambiguous or duplicate characters. */ const unsigned char os_toascii[256] = { 0x00, 0x01, 0x02, 0x03, 0x85, 0x09, 0x86, 0x7f, /* 00-0f: */ -- cgit v1.2.3