]> git.baikalelectronics.ru Git - kernel.git/commit
init/Kconfig: fix neighboring typos
authorKees Cook <keescook@chromium.org>
Tue, 16 Jul 2019 23:27:57 +0000 (16:27 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 17 Jul 2019 02:23:22 +0000 (19:23 -0700)
commit2faef076eb7be0bda5b9fc3149e42ffe145bf264
treefdcef80f29abb3fff022292518f69dc59d395598
parent57534ed6791a8b44e714efea0c43bce1e08ce0e5
init/Kconfig: fix neighboring typos

This fixes a couple typos I noticed in the slab Kconfig:

sacrifies -> sacrifices
accellerate -> accelerate

Seeing as no other instances of these typos are found elsewhere in the
kernel and that I originally added one of the two, I can only assume
working on slab must have caused damage to the spelling centers of my
brain.

Link: http://lkml.kernel.org/r/201905292203.CD000546EB@keescook
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
init/Kconfig