Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/audio s/faciliate/facilitate/ in comment.
details: https://anonhg.NetBSD.org/src/rev/dc662388b38b
branches: trunk
changeset: 1026667:dc662388b38b
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Sun Dec 05 02:56:55 2021 +0000
description:
s/faciliate/facilitate/ in comment.
diffstat:
sys/dev/audio/audio.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 55fa21f87f1d -r dc662388b38b sys/dev/audio/audio.c
--- a/sys/dev/audio/audio.c Sun Dec 05 02:54:53 2021 +0000
+++ b/sys/dev/audio/audio.c Sun Dec 05 02:56:55 2021 +0000
@@ -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 @@
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.
Home |
Main Index |
Thread Index |
Old Index