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/416d0307651c
branches: trunk
changeset: 355360:416d0307651c
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 240d84c08a37 -r 416d0307651c 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