Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/isaki-audio2]: src/sys/dev/isa Fix typos (made in this branch).
details: https://anonhg.NetBSD.org/src/rev/f2d89b84e5e7
branches: isaki-audio2
changeset: 456042:f2d89b84e5e7
user: isaki <isaki%NetBSD.org@localhost>
date: Sun May 05 01:57:06 2019 +0000
description:
Fix typos (made in this branch).
diffstat:
sys/dev/isa/sbdsp.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 5460354a5182 -r f2d89b84e5e7 sys/dev/isa/sbdsp.c
--- a/sys/dev/isa/sbdsp.c Sat May 04 12:03:03 2019 +0000
+++ b/sys/dev/isa/sbdsp.c Sun May 05 01:57:06 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sbdsp.c,v 1.139.2.3 2019/05/04 07:20:10 isaki Exp $ */
+/* $NetBSD: sbdsp.c,v 1.139.2.4 2019/05/05 01:57:06 isaki Exp $ */
/*-
* Copyright (c) 1999, 2008 The NetBSD Foundation, Inc.
@@ -74,7 +74,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sbdsp.c,v 1.139.2.3 2019/05/04 07:20:10 isaki Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sbdsp.c,v 1.139.2.4 2019/05/05 01:57:06 isaki Exp $");
#include "midi.h"
#include "mpu.h"
@@ -462,7 +462,7 @@
}
}
- /* Construct sc_format from model */
+ /* Construct sc_formats from model */
sbdsp_init_format(sc);
if (sc->sc_nformats == 0) {
aprint_error_dev(sc->sc_dev,
@@ -597,7 +597,7 @@
idx = (m->precision / 16) * 2 + (m->channels - 1);
d = &dbase[idx];
if (d->mode == 0) {
- /* The first elements of this room */
+ /* The first element of this room */
*d = tmp;
continue;
}
Home |
Main Index |
Thread Index |
Old Index