diff options
| author | andvar <andvar@NetBSD.org> | 2022-04-07 19:33:37 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2022-04-07 19:33:37 +0000 |
| commit | 778f560056052e20dd2d2ef0679d8ff3697f63f2 (patch) | |
| tree | d5a0f1b4ccf9762e556f18e48607f2273edaabff /sys/dev/hdaudio | |
| parent | 84bd4a6ef9a5029252546a8bad700318a89cc05b (diff) | |
fix various typos in comments.
Diffstat (limited to 'sys/dev/hdaudio')
| -rw-r--r-- | sys/dev/hdaudio/hdaudio.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/hdaudio/hdaudio.c b/sys/dev/hdaudio/hdaudio.c index 136dd73a464..4f5f88a8a83 100644 --- a/sys/dev/hdaudio/hdaudio.c +++ b/sys/dev/hdaudio/hdaudio.c @@ -1,4 +1,4 @@ -/* $NetBSD: hdaudio.c,v 1.17 2022/03/28 12:33:21 riastradh Exp $ */ +/* $NetBSD: hdaudio.c,v 1.18 2022/04/07 19:33:37 andvar Exp $ */ /* * Copyright (c) 2009 Precedence Technologies Ltd <support@precedence.co.uk> @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: hdaudio.c,v 1.17 2022/03/28 12:33:21 riastradh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: hdaudio.c,v 1.18 2022/04/07 19:33:37 andvar Exp $"); #include <sys/types.h> #include <sys/param.h> @@ -1079,7 +1079,7 @@ hdaudio_stream_disestablish(struct hdaudio_stream *st) } /* - * Convert most of audio_params_t to stream fmt descriptor; noticably missing + * Convert most of audio_params_t to stream fmt descriptor; noticeably missing * is the # channels bits, as this is encoded differently in codec and * stream descriptors. * |
