Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev (maybe) typo in comment.



details:   https://anonhg.NetBSD.org/src/rev/8413c42e19f7
branches:  trunk
changeset: 825661:8413c42e19f7
user:      isaki <isaki%NetBSD.org@localhost>
date:      Thu Jul 27 08:42:47 2017 +0000

description:
(maybe) typo in comment.

diffstat:

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

diffs (27 lines):

diff -r 4f21b8b26c80 -r 8413c42e19f7 sys/dev/audiovar.h
--- a/sys/dev/audiovar.h        Thu Jul 27 08:37:27 2017 +0000
+++ b/sys/dev/audiovar.h        Thu Jul 27 08:42:47 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: audiovar.h,v 1.57 2017/07/27 08:28:18 isaki Exp $      */
+/*     $NetBSD: audiovar.h,v 1.58 2017/07/27 08:42:47 isaki Exp $      */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -225,7 +225,7 @@
         * play_thread
         *    sc_pr
         *      |
-        *  vchan[0]->sc_pustream       (First elemendt in sc_audiochan)
+        *  vchan[0]->sc_pustream       (First element in sc_audiochan)
         *      |
         *  vchan[0]->sc_mpr
         *      |
@@ -287,7 +287,7 @@
        lwp_t           *sc_recthread;
        kcondvar_t      sc_rcondvar;
        
-       /* These are chanable by sysctl to set the vchan common format */
+       /* These are changeable by sysctl to set the vchan common format */
        struct sysctllog        *sc_log;        /* sysctl log */
        int             sc_channels;
        int             sc_precision;



Home | Main Index | Thread Index | Old Index