summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-08-18 13:15:46 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2018-08-18 13:15:46 +0200
commit6d3b5e7dfc1d564727f9009d3bec83d54eb090ee (patch)
treef3fb9713013b0beb8c37f2a68748357db7da6fc6
parent88683400468fbc9944a2da3288de4fcc8f32d5bd (diff)
Grammar nit
-rw-r--r--kconfiglib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kconfiglib.py b/kconfiglib.py
index 28f3ba8..5aaedcc 100644
--- a/kconfiglib.py
+++ b/kconfiglib.py
@@ -6019,7 +6019,7 @@ _REL_TO_STR = {
_INIT_SRCTREE_NOTE = """
NOTE: Starting with Kconfiglib 10.0.0, the Kconfig filename passed to
-Kconfig.__init__() is looked up relative to the $srctree (which is set to '{}')
+Kconfig.__init__() is looked up relative to $srctree (which is set to '{}')
instead of relative to the working directory. Previously, $srctree only applied
to files being source'd within Kconfig files. This change makes running scripts
out-of-tree work seamlessly, with no special coding required. Sorry for the