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 in comment.



details:   https://anonhg.NetBSD.org/src/rev/4b41a60900c6
branches:  trunk
changeset: 825936:4b41a60900c6
user:      isaki <isaki%NetBSD.org@localhost>
date:      Mon Aug 07 13:30:51 2017 +0000

description:
Fix typo in comment.

diffstat:

 sys/dev/aurateconv.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r f0d96525f881 -r 4b41a60900c6 sys/dev/aurateconv.c
--- a/sys/dev/aurateconv.c      Mon Aug 07 09:24:43 2017 +0000
+++ b/sys/dev/aurateconv.c      Mon Aug 07 13:30:51 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: aurateconv.c,v 1.21 2017/07/30 00:47:48 nat Exp $      */
+/*     $NetBSD: aurateconv.c,v 1.22 2017/08/07 13:30:51 isaki Exp $    */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: aurateconv.c,v 1.21 2017/07/30 00:47:48 nat Exp $");
+__KERNEL_RCSID(0, "$NetBSD: aurateconv.c,v 1.22 2017/08/07 13:30:51 isaki Exp $");
 
 #include <sys/systm.h>
 #include <sys/types.h>
@@ -318,7 +318,7 @@
                                WRITE_S##BITS##EN(WP, 0); \
                                WP = audio_stream_add_inp(STREAM, WP, (BITS) / NBBY); \
                        } \
-               } else {        /* from->channels < to->channels */ \
+               } else {        /* from->channels > to->channels */ \
                        int j; \
                        for (j = 0; j < (int)(TO)->channels; j++) { \
                                WRITE_S##BITS##EN(WP, (V)[j]); \



Home | Main Index | Thread Index | Old Index