aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/localedef/wide.c
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2016-04-28 15:20:08 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2016-04-28 15:20:08 +0000
commit0b33b55b014e6098f1a20bf7416822e2ed73fb8a (patch)
treed44ec4984e42f4be52cad78fd1fc4118910e3a61 /usr.bin/localedef/wide.c
parente45a63ee67f4b49d5693041740cf41ee0566a7b8 (diff)
downloadsrc-0b33b55b014e6098f1a20bf7416822e2ed73fb8a.tar.gz
src-0b33b55b014e6098f1a20bf7416822e2ed73fb8a.zip
Small typo.
Notes
Notes: svn path=/head/; revision=298746
Diffstat (limited to 'usr.bin/localedef/wide.c')
-rw-r--r--usr.bin/localedef/wide.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/localedef/wide.c b/usr.bin/localedef/wide.c
index 7102eb52d679..9d898fdfdf4f 100644
--- a/usr.bin/localedef/wide.c
+++ b/usr.bin/localedef/wide.c
@@ -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.