diff options
author | Steve Reinhardt <stever@eecs.umich.edu> | 2006-06-17 09:26:08 -0400 |
---|---|---|
committer | Steve Reinhardt <stever@eecs.umich.edu> | 2006-06-17 09:26:08 -0400 |
commit | 7efd0eafd8e5bb7a9ff088d56f1de3bd871b5a2b (patch) | |
tree | 03a4ac2c20c210299694abd39f3e155727c63533 /src/cpu | |
parent | e889b8242301b1123ffd4c05862f84826dd77806 (diff) | |
download | gem5-7efd0eafd8e5bb7a9ff088d56f1de3bd871b5a2b.tar.xz |
Minor fixes in comments.
SConstruct:
Fix paths in comments and other minor comment edits.
src/cpu/SConscript:
Fix path in comment.
--HG--
extra : convert_revision : c02aa9cefd8c5ad791ad2f1653c1554a4aa8ffbd
Diffstat (limited to 'src/cpu')
-rw-r--r-- | src/cpu/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/SConscript b/src/cpu/SConscript index 608625ed4..f855682a1 100644 --- a/src/cpu/SConscript +++ b/src/cpu/SConscript @@ -184,7 +184,7 @@ if 'CheckerCPU' in env['CPU_MODELS']: Exit(1) -# FullCPU sources are included from m5/SConscript since they're not +# FullCPU sources are included from src/SConscript since they're not # below this point in the file hierarchy. # Convert file names to SCons File objects. This takes care of the |