diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2015-05-29 16:08:23 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2015-05-29 16:08:23 +0200 |
| commit | 0826fbd00ceb3a83d744e0080b96bd3b5b55dd49 (patch) | |
| tree | 50d2bbd6d84ecfa7e6d3612681abe6a714ae0ae7 /kconfiglib.py | |
| parent | ddf3fd0cfc38f2e27b92f378b0df70f4c84faef8 (diff) | |
Fix typo in warning.
Diffstat (limited to 'kconfiglib.py')
| -rw-r--r-- | kconfiglib.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kconfiglib.py b/kconfiglib.py index 9637f48..be14304 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -1338,7 +1338,8 @@ error, and you should e-mail kconfiglib@gmail.com. "(Note that modules are still supported -- " "Kconfiglib just assumes the symbol name " "MODULES, like older versions of the C " - "did when 'option modules' wasn't used.)", + "implementation did when 'option modules' " + "wasn't used.)", filename, linenr) |
