summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2000-08-18 05:55:31 +0000
committerwiz <wiz@NetBSD.org>2000-08-18 05:55:31 +0000
commit6b569d798f00338901ef99d7096db51e7b7ca7c4 (patch)
treef358ec5531af05ea8ef528b6ec1aca22f147c6f7 /sys/dev
parent8c3116e66a6cd64dcec1c6147ee087d2b428a7be (diff)
fix typo in comment
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/mulaw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/mulaw.c b/sys/dev/mulaw.c
index 7621217be41..34888d0fdf4 100644
--- a/sys/dev/mulaw.c
+++ b/sys/dev/mulaw.c
@@ -1,4 +1,4 @@
-/* $NetBSD: mulaw.c,v 1.13 1999/11/01 18:12:19 augustss Exp $ */
+/* $NetBSD: mulaw.c,v 1.14 2000/08/18 05:55:31 wiz Exp $ */
/*
* Copyright (c) 1991-1993 Regents of the University of California.
@@ -40,7 +40,7 @@
/*
* This table converts a (8 bit) mulaw value two a 16 bit value.
- * The 16 bits are represented as an array of two butes for easier access
+ * The 16 bits are represented as an array of two bytes for easier access
* to the individual bytes.
*/
static u_char mulawtolin16[256][2] = {