From 748e8e81881684aab8cb248e92ad61c54c461eef Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Fri, 8 Mar 2019 00:50:30 +0100 Subject: Fix typo in kconfig_filenames doc --- kconfiglib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3