Small typo.

This commit is contained in:
Pedro F. Giffuni 2016-04-28 15:20:08 +00:00
parent e45a63ee67
commit 0b33b55b01
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=298746

View File

@ -92,7 +92,7 @@ static struct {
{ "EUC-CN", "EUC-CN", 16, towide_euccn, tomb_mbs },
{ "eucCN", "EUC-CN", 16, towide_euccn, tomb_mbs },
/*
* Becuase the 3-byte form of EUC-JP use the same leading byte,
* Because the 3-byte form of EUC-JP use the same leading byte,
* only 17 bits required to provide unique priorities. (The low
* bit of that first byte is set.) By setting this value low,
* we can get by with only 3 bytes in the strxfrm expansion.