From fcc587d94cdf950efd92a9486abddea848b23a08 Mon Sep 17 00:00:00 2001 From: XeR Date: Sun, 22 Oct 2017 20:08:08 +0200 Subject: [PATCH] CVE-2017-5123: changing 'le fs' to 'the file system' --- CVE-2017-5123/kernel_compilation_cheatsheet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CVE-2017-5123/kernel_compilation_cheatsheet.md b/CVE-2017-5123/kernel_compilation_cheatsheet.md index 03e7b97..b80b0fa 100644 --- a/CVE-2017-5123/kernel_compilation_cheatsheet.md +++ b/CVE-2017-5123/kernel_compilation_cheatsheet.md @@ -13,7 +13,7 @@ make defconfig -j LDFLAGS=-static make LDFLAGS=-static -j 4 install ``` -# prepare le fs +# prepare the filesystem ```sh cd _install