diff options
| author | msaitoh <msaitoh@NetBSD.org> | 2021-12-05 02:56:55 +0000 |
|---|---|---|
| committer | msaitoh <msaitoh@NetBSD.org> | 2021-12-05 02:56:55 +0000 |
| commit | 3b4189edebbaf89a4f966bf2a18acc15326545d8 (patch) | |
| tree | bde904b8fac893a9886237ce0084ac272c364ebd /sys/dev/audio | |
| parent | 103b8e2fe2672ba546784d92804a3de0371bf986 (diff) | |
s/faciliate/facilitate/ in comment.
Diffstat (limited to 'sys/dev/audio')
| -rw-r--r-- | sys/dev/audio/audio.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/audio/audio.c b/sys/dev/audio/audio.c index e66d5d6466e..cf2f055ddba 100644 --- a/sys/dev/audio/audio.c +++ b/sys/dev/audio/audio.c @@ -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 *arg) 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. |
