summaryrefslogtreecommitdiff
path: root/src/mem/protocol
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2011-03-03 23:55:21 -0800
committerGabe Black <gblack@eecs.umich.edu>2011-03-03 23:55:21 -0800
commit96e0f3bda58554f6125e824833b7399f1dcf77a1 (patch)
treea58297d110a1177801621cc492d6ae59bea24847 /src/mem/protocol
parentfa448129b1cb7a03ef00361d316ac2d7c38e8091 (diff)
downloadgem5-96e0f3bda58554f6125e824833b7399f1dcf77a1.tar.xz
SCons: Clean up some inconsistent capitalization in scons options.
Diffstat (limited to 'src/mem/protocol')
-rw-r--r--src/mem/protocol/SConsopts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem/protocol/SConsopts b/src/mem/protocol/SConsopts
index 6e4cab248..0e794d5f0 100644
--- a/src/mem/protocol/SConsopts
+++ b/src/mem/protocol/SConsopts
@@ -50,7 +50,7 @@ all_protocols = [
'MOESI_hammer',
]
-opt = EnumVariable('PROTOCOL', 'Coherence Protocol for Ruby', 'MI_example',
+opt = EnumVariable('PROTOCOL', 'Coherence protocol for Ruby', 'MI_example',
all_protocols)
sticky_vars.AddVariables(opt)