Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/audio Fix typo in comment.
details: https://anonhg.NetBSD.org/src/rev/37a6c17b6d75
branches: trunk
changeset: 451473:37a6c17b6d75
user: isaki <isaki%NetBSD.org@localhost>
date: Sat May 25 02:42:03 2019 +0000
description:
Fix typo in comment.
diffstat:
sys/dev/audio/audio.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 11d470a51084 -r 37a6c17b6d75 sys/dev/audio/audio.c
--- a/sys/dev/audio/audio.c Sat May 25 01:37:54 2019 +0000
+++ b/sys/dev/audio/audio.c Sat May 25 02:42:03 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: audio.c,v 1.9 2019/05/23 12:20:27 isaki Exp $ */
+/* $NetBSD: audio.c,v 1.10 2019/05/25 02:42:03 isaki Exp $ */
/*-
* Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -142,7 +142,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: audio.c,v 1.9 2019/05/23 12:20:27 isaki Exp $");
+__KERNEL_RCSID(0, "$NetBSD: audio.c,v 1.10 2019/05/25 02:42:03 isaki Exp $");
#ifdef _KERNEL_OPT
#include "audio.h"
@@ -5678,7 +5678,7 @@
track->pstate = AUDIO_STATE_DRAINING;
for (;;) {
- /* I want to display it bofore condition evaluation. */
+ /* I want to display it before condition evaluation. */
TRACET(3, track, "pid=%d.%d trkseq=%d hwseq=%d out=%d/%d/%d",
(int)curproc->p_pid, (int)curlwp->l_lid,
(int)track->seq, (int)mixer->hwseq,
Home |
Main Index |
Thread Index |
Old Index