summaryrefslogtreecommitdiff
path: root/arch/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'arch/SConscript')
-rw-r--r--arch/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/SConscript b/arch/SConscript
index c62e45763..5783b39dd 100644
--- a/arch/SConscript
+++ b/arch/SConscript
@@ -80,7 +80,7 @@ def gen_switch_hdr_string(target, source, env):
return "Generating ISA switch header " + str(target[0])
# Build SCons Action object. 'varlist' specifies env vars that this
-# action depdnds on; when env['ALL_ISA_LIST'] changes these actions
+# action depends on; when env['ALL_ISA_LIST'] changes these actions
# should get re-executed.
switch_hdr_action = Action(gen_switch_hdr, gen_switch_hdr_string,
varlist=['ALL_ISA_LIST'])