Module Name: src
Committed By: msaitoh
Date: Sun Dec 5 02:56:55 UTC 2021
Modified Files:
src/sys/dev/audio: audio.c
Log Message:
s/faciliate/facilitate/ in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.110 -r1.111 src/sys/dev/audio/audio.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/audio/audio.c
diff -u src/sys/dev/audio/audio.c:1.110 src/sys/dev/audio/audio.c:1.111
--- src/sys/dev/audio/audio.c:1.110 Sun Oct 10 11:21:05 2021
+++ src/sys/dev/audio/audio.c Sun Dec 5 02:56:55 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: audio.c,v 1.110 2021/10/10 11:21:05 riastradh Exp $ */
+/* $NetBSD: audio.c,v 1.111 2021/12/05 02:56:55 msaitoh Exp $ */
/*-
* Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -138,7 +138,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: audio.c,v 1.110 2021/10/10 11:21:05 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: audio.c,v 1.111 2021/12/05 02:56:55 msaitoh Exp $");
#ifdef _KERNEL_OPT
#include "audio.h"
@@ -3854,7 +3854,7 @@ audio_track_freq_up(audio_filter_arg_t *
d = arg->dst;
/*
- * In order to faciliate interpolation for each block, slide (delay)
+ * In order to facilitate interpolation for each block, slide (delay)
* input by one sample. As a result, strictly speaking, the output
* phase is delayed by 1/dstfreq. However, I believe there is no
* observable impact.