summaryrefslogtreecommitdiff
path: root/kconfiglib.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2019-03-08 00:50:30 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2019-03-08 00:50:52 +0100
commit748e8e81881684aab8cb248e92ad61c54c461eef (patch)
treeca608f5cb9a9b4dfc70f42394b65b36e309293c7 /kconfiglib.py
parentacd8c992648dd0658b13fcca2be9aa9bbdd466b8 (diff)
Fix typo in kconfig_filenames doc
Diffstat (limited to 'kconfiglib.py')
-rw-r--r--kconfiglib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kconfiglib.py b/kconfiglib.py
index c1342d6..5401bd8 100644
--- a/kconfiglib.py
+++ b/kconfiglib.py
@@ -609,7 +609,7 @@ class Kconfig(object):
A list with the filenames of all Kconfig files included in the
configuration, relative to $srctree (or relative to the current directory
if $srctree isn't set), except absolute paths (e.g.
- 'source "/foo/Kconfig") are kept as-is.
+ 'source "/foo/Kconfig"') are kept as-is.
The files are listed in the order they are source'd, starting with the
top-level Kconfig file. If a file is source'd multiple times, it will