]> git.baikalelectronics.ru Git - kernel.git/commitdiff
ALSA: core: Fix typo in 'PCM Timer Interface' help
authorElijah Harding <eharding830@gmail.com>
Fri, 18 Mar 2022 01:52:01 +0000 (18:52 -0700)
committerTakashi Iwai <tiwai@suse.de>
Fri, 18 Mar 2022 08:19:37 +0000 (09:19 +0100)
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>
sound/core/Kconfig

index db2e3c63ff41a15fa6ff45b186b242b6a89e3cd7..dd7b40734723066c7d5deb892cd2941011995ae8 100644 (file)
@@ -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.