Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev fix typo (two -> to)
details: https://anonhg.NetBSD.org/src/rev/7cc78f4860e4
branches: trunk
changeset: 515889:7cc78f4860e4
user: itohy <itohy%NetBSD.org@localhost>
date: Sun Oct 07 10:14:42 2001 +0000
description:
fix typo (two -> to)
diffstat:
sys/dev/mulaw.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 1d89e1058e2d -r 7cc78f4860e4 sys/dev/mulaw.c
--- a/sys/dev/mulaw.c Sun Oct 07 10:12:05 2001 +0000
+++ b/sys/dev/mulaw.c Sun Oct 07 10:14:42 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mulaw.c,v 1.16 2001/10/02 23:31:55 augustss Exp $ */
+/* $NetBSD: mulaw.c,v 1.17 2001/10/07 10:14:42 itohy Exp $ */
/*
* Copyright (c) 1991-1993 Regents of the University of California.
@@ -39,7 +39,7 @@
#include <dev/mulaw.h>
/*
- * This table converts a (8 bit) mulaw value two a 16 bit value.
+ * This table converts a (8 bit) mulaw value to a 16 bit value.
* The 16 bits are represented as an array of two bytes for easier access
* to the individual bytes.
*/
Home |
Main Index |
Thread Index |
Old Index