diff options
Diffstat (limited to 'src/cpu/SConscript')
-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 1bb8e8a9f..eea9ba64b 100644 --- a/src/cpu/SConscript +++ b/src/cpu/SConscript @@ -194,7 +194,7 @@ if env['USE_CHECKER']: 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 |