diff options
author | Timothy Knoll <knollbert@gmail.com> | 2009-11-16 19:55:46 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-11-17 08:58:40 +0100 |
commit | baac805fc591b562f22d8f1cd0b65cdbbe9e9518 (patch) | |
tree | 017229521df04f3b74bf9fb0e3f61303e01ba739 | |
parent | 02bb57aeb092cbb0dfdb50c6026dbd0c60af7644 (diff) | |
download | linux-stable-baac805fc591b562f22d8f1cd0b65cdbbe9e9518.tar.gz linux-stable-baac805fc591b562f22d8f1cd0b65cdbbe9e9518.tar.bz2 linux-stable-baac805fc591b562f22d8f1cd0b65cdbbe9e9518.zip |
sound: Kconfig typo fix
Fix a typo in the help text in sound/Kconfig.
Signed-off-by: Timothy Knoll <knollbert@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r-- | sound/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/Kconfig b/sound/Kconfig index 439e15c8faa3..b3e53e616ec9 100644 --- a/sound/Kconfig +++ b/sound/Kconfig @@ -58,7 +58,7 @@ config SOUND_OSS_CORE_PRECLAIM Please read Documentation/feature-removal-schedule.txt for details. - If unusre, say Y. + If unsure, say Y. source "sound/oss/dmasound/Kconfig" |