svn commit: r298746 - head/usr.bin/localedef

Pedro F. Giffuni pfg at FreeBSD.org
Thu Apr 28 15:20:09 UTC 2016


Author: pfg
Date: Thu Apr 28 15:20:08 2016
New Revision: 298746
URL: https://svnweb.freebsd.org/changeset/base/298746

Log:
  Small typo.

Modified:
  head/usr.bin/localedef/wide.c

Modified: head/usr.bin/localedef/wide.c
==============================================================================
--- head/usr.bin/localedef/wide.c	Thu Apr 28 15:18:28 2016	(r298745)
+++ head/usr.bin/localedef/wide.c	Thu Apr 28 15:20:08 2016	(r298746)
@@ -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.


More information about the svn-src-all mailing list