summaryrefslogtreecommitdiff
path: root/kconfiglib.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2012-12-15 09:12:58 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2012-12-15 09:12:58 +0100
commit13ae763594845500fd5188191023f0bd665c2837 (patch)
treefe59a79f5dda96d358ec08183af90d82bcd34ad6 /kconfiglib.py
parent149097e32b79577f2cba6c8a12cd79d9a41d180e (diff)
Spell nit.
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 1b8db5e..5ccee20 100644
--- a/kconfiglib.py
+++ b/kconfiglib.py
@@ -2812,7 +2812,7 @@ class Symbol(Item, _HasVisibility):
# _get_dependent().
self.cached_deps = None
- # Does the symbol have an entry in the Kconfig file? The Trailing
+ # Does the symbol have an entry in the Kconfig file? The trailing
# underscore avoids a collision with is_defined().
self.is_defined_ = False