summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-10-06 06:38:34 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2018-10-06 06:38:34 +0200
commit1f360805c39253bef2cd81ff6f1b464eaa4c8f93 (patch)
treed4f58dd59571169752477b6f17d0d4a9a02b5f31
parentf594975b499216ac02c470b4cf5d4bc695fae693 (diff)
Fix typo in README
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 746d609..112c148 100644
--- a/README.rst
+++ b/README.rst
@@ -175,7 +175,7 @@ Incremental building
See the docstring for ``Kconfig.sync_deps()`` in `kconfiglib.py
<https://github.com/ulfalizer/Kconfiglib/blob/master/kconfiglib.py>`_ for hints
on implementing incremental builds (rebuilding just source files that reference
-on changed configuration values).
+changed configuration values).
Running the ``scripts/basic/fixdep.c`` tool from the kernel on the output of
``gcc -MD <source file>`` might give you an idea of how it all fits together.