diff options
| -rw-r--r-- | kconfiglib.py | 2 |
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 |
