summaryrefslogtreecommitdiff
path: root/sound/core/Kconfig
diff options
context:
space:
mode:
authorElijah Harding <eharding830@gmail.com>2022-03-17 18:52:01 -0700
committerTakashi Iwai <tiwai@suse.de>2022-03-18 09:19:37 +0100
commita893b7fc7b59cdf3fae01335c86537bee4407edc (patch)
tree622aab6652dc4f0ea4a7f2b0ed69ce5a60f27a51 /sound/core/Kconfig
parent864cb14c0fa22344613ae93d68e155bf9bbbc9fb (diff)
ALSA: core: Fix typo in 'PCM Timer Interface' help
Signed-off-by: Elijah Harding <eharding830@gmail.com> Link: https://lore.kernel.org/r/20220318015201.30871-1-eharding830@gmail.com Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/core/Kconfig')
-rw-r--r--sound/core/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/core/Kconfig b/sound/core/Kconfig
index db2e3c63ff41..dd7b40734723 100644
--- a/sound/core/Kconfig
+++ b/sound/core/Kconfig
@@ -84,7 +84,7 @@ config SND_PCM_TIMER
help
If you disable this option, pcm timer will be unavailable, so
those stubs that use pcm timer (e.g. dmix, dsnoop & co) may work
- incorrectlly.
+ incorrectly.
For some embedded devices, we may disable it to reduce memory
footprint, about 20KB on x86_64 platform.