From cdf829dfaee64c4c16539bce4cb1f4ff5a55918f Mon Sep 17 00:00:00 2001 From: Nocturn9x Date: Thu, 17 Nov 2022 22:28:59 +0100 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b5b4ef..ec78002 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ If all went well, you should now have built a custom binutils that can be used t Reddit and Stackoverflow are your best friends. __Note__: For faster compilation times, you can tell make to compile using multiple files in parallel with the `-j` option (the recommended -value `(2 * CPU_CORE_COUNT) - 1`) +value is `(2 * CPU_CORE_COUNT) - 1`) ## Environment - gcc