summaryrefslogtreecommitdiffstats
path: root/site_scons/site_tools/component_bits.py
diff options
context:
space:
mode:
Diffstat (limited to 'site_scons/site_tools/component_bits.py')
-rw-r--r--site_scons/site_tools/component_bits.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/site_scons/site_tools/component_bits.py b/site_scons/site_tools/component_bits.py
index 5c89a96..53e6d88 100644
--- a/site_scons/site_tools/component_bits.py
+++ b/site_scons/site_tools/component_bits.py
@@ -191,11 +191,11 @@ def SetBits(env, *args):
def ClearBits(env, *args):
- """Sets the bits in the environment.
+ """Clears the bits in the environment.
Args:
env: Environment to check.
- args: List of bit names to set.
+ args: List of bit names to clear (remove).
"""
_CheckDeclared(args)
env['_BITS'] = env['_BITS'].difference(args)