From 6b569d798f00338901ef99d7096db51e7b7ca7c4 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 18 Aug 2000 05:55:31 +0000 Subject: [PATCH] fix typo in comment --- sys/dev/mulaw.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/mulaw.c b/sys/dev/mulaw.c index 7621217be410..34888d0fdf46 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] = {