summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorulfalizer <ulfalizer@gmail.com>2015-03-13 02:19:55 +0100
committerulfalizer <ulfalizer@gmail.com>2015-03-13 02:19:55 +0100
commitdf8dd4044c585da98a295f8e3a25252aa1490a3c (patch)
tree5f703cdbfd227895afdde8a8400757199242ef16 /README.md
parentf09433986ff04f4357e0309142cb30b5c9627df1 (diff)
s/allconfig/allnoconfig/.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 73eeb9d..7066ba9 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ utilities in the kernel, usually invoked via make targets such as
Thanks to a patch from Philip Craig (https://github.com/philipc) that adds support
for the new `allnoconfig_y` option (which sets the user value of certain symbols
-to `y` during `make allconfig` to improve coverage) and fixes an obscure issue
+to `y` during `make allnoconfig` to improve coverage) and fixes an obscure issue
with `comment`s inside `choice`s (that didn't affect correctness but made outputs
differ), the testsuite now passes with Linux v4.0-rc3. Very little seems to have
changed in the C implementation over the past years, which makes me happy. :)