summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2015-05-25 10:05:02 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2015-05-25 10:05:02 +0200
commitadd5d35159189c95761a87ba4102861f5b9a265e (patch)
treea150cc49fe1a3c3fad591deaf1c62c90981adabf
parent71b71a1ee51d0dc249250f7cfed0123ed1430f3f (diff)
Clean up readme a bit.
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 83b9b84..60750e0 100644
--- a/README.md
+++ b/README.md
@@ -15,11 +15,11 @@ with `comment`s inside `choice`s (that didn't affect correctness but made output
differ) the test suite 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. :)
-Despite the warnings, modules *are* supported by the way (otherwise tests would break
-horribly). The warnings are related to `option modules`, which lets you select which
-symbol serves as the `MODULES` symbol. (It's always `MODULES` in the kernel, and
+Despite the warnings, modules *are* supported by the way (or tests would break
+horribly). The warnings are related to `option modules`, which specifies what
+symbol serves as the `MODULES` symbol. It's always `MODULES` in the kernel, and
older versions of the `Kconfig` files did not set `option modules` on it -- hence the
-warnings. With newer versions of the C implementation it's required.) I should add
+warnings. With newer versions of the C implementation it's required. I should add
support for `option modules` in a backwards-compatible way.
## Installation ##