42c42
< # expdects that all configs under the same build directory are being
---
> # expects that all configs under the same build directory are being
46,47c46,48
< # These two commands are equivalent. The '-u' option tells scons to
< # search up the directory tree for this SConstruct file.
---
> #
> # The following two commands are equivalent. The '-u' option tells
> # scons to search up the directory tree for this SConstruct file.
50,52c51,55
< # These two commands are equivalent and demonstrate building in a
< # directory outside of the source tree. The '-C' option tells scons
< # to chdir to the specified directory to find this SConstruct file.
---
> #
> # The following two commands are equivalent and demonstrate building
> # in a directory outside of the source tree. The '-C' option tells
> # scons to chdir to the specified directory to find this SConstruct
> # file.
305c308
< # These options get exported to #defines in config/*.hh (see m5/SConscript).
---
> # These options get exported to #defines in config/*.hh (see src/SConscript).
491c494
< # The m5/SConscript file sets up the build rules in 'env' according
---
> # The src/SConscript file sets up the build rules in 'env' according