Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Apr 2016 15:20:08 +0000 (UTC)
From:      "Pedro F. Giffuni" <pfg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r298746 - head/usr.bin/localedef
Message-ID:  <201604281520.u3SFK8aB070201@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604281520.u3SFK8aB070201>