[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20171024004505.GA692@shells.gnugeneration.com>
Date: Mon, 23 Oct 2017 17:45:05 -0700
From: Vito Caputo <vcaputo@...garu.com>
To: linux-kernel <linux-kernel@...r.kernel.org>
Cc: keescook@...omium.org
Subject: [PATCH] init/Kconfig: fix typo: s/sacrifies/sacrifices/
Just something I noticed during my first 4.14 `make oldconfig`.
---
init/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/init/Kconfig b/init/Kconfig
index 78cb2461012e..86dac3a573de 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -1582,7 +1582,7 @@ config SLAB_FREELIST_HARDENED
help
Many kernel heap attacks try to target slab cache metadata and
other infrastructure. This options makes minor performance
- sacrifies to harden the kernel slab allocator against common
+ sacrifices to harden the kernel slab allocator against common
freelist exploit methods.
config SLUB_CPU_PARTIAL
--
2.11.0
Powered by blists - more mailing lists