diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2015-09-04 12:45:05 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2015-12-08 14:40:57 +0100 |
commit | 7f7e92f7553c663fc1c53f999b0bf88e2d1f30a7 (patch) | |
tree | ca4eb03dc45b7126329f5a56b63762125773bae2 /lib/Kconfig | |
parent | 75021d28594d9b6fb4d05bbc41f77948a0db0e02 (diff) | |
download | linux-7f7e92f7553c663fc1c53f999b0bf88e2d1f30a7.tar.gz linux-7f7e92f7553c663fc1c53f999b0bf88e2d1f30a7.tar.bz2 linux-7f7e92f7553c663fc1c53f999b0bf88e2d1f30a7.zip |
lib: scatterlist: fix Kconfig description
Spelling s/heler/helper/, grammar s/channel/channels/
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'lib/Kconfig')
-rw-r--r-- | lib/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index f0df318104e7..5a0c1c83cdf0 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -512,9 +512,9 @@ source "lib/fonts/Kconfig" config SG_SPLIT def_bool n help - Provides a heler to split scatterlists into chunks, each chunk being a - scatterlist. This should be selected by a driver or an API which - whishes to split a scatterlist amongst multiple DMA channel. + Provides a helper to split scatterlists into chunks, each chunk being + a scatterlist. This should be selected by a driver or an API which + whishes to split a scatterlist amongst multiple DMA channels. # # sg chaining option |