SCons: Clean up some inconsistent capitalization in scons options.
authorGabe Black <gblack@eecs.umich.edu>
Fri, 4 Mar 2011 07:55:21 +0000 (23:55 -0800)
committerGabe Black <gblack@eecs.umich.edu>
Fri, 4 Mar 2011 07:55:21 +0000 (23:55 -0800)
SConstruct
src/mem/protocol/SConsopts

index 6ed3b5422147d918c6f6a3a687670c5d797ac64c..89036c31f1cde9a760f2c6dc8eee856c8f0bdf08 100755 (executable)
@@ -361,7 +361,7 @@ global_vars.AddVariables(
     ('BATCH', 'Use batch pool for build and tests', False),
     ('BATCH_CMD', 'Batch pool submission command name', 'qdo'),
     ('M5_BUILD_CACHE', 'Cache built objects in this directory', False),
-    ('EXTRAS', 'Add Extra directories to the compilation', '',
+    ('EXTRAS', 'Add extra directories to the compilation', '',
      PathListAllExist, PathListMakeAbsolute),
     )
 
index 6e4cab2489839b2b83ad872bf06849fc3e48a02d..0e794d5f05c1479485fcb4d9825e52119fee9899 100644 (file)
@@ -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)