* fileread.cc (find_or_make_view): Fix comment.

This commit is contained in:
Cary Coutant 2010-03-24 01:27:57 +00:00
parent 4a5e7a5b0a
commit 4a599bdd83
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-03-23 Cary Coutant <ccoutant@google.com>
* fileread.cc (find_or_make_view): Fix comment.
2010-03-23 Ian Lance Taylor <iant@google.com>
* script-sections.cc (class Orphan_section_placement): Define

View File

@ -469,7 +469,7 @@ File_read::find_or_make_view(off_t offset, off_t start,
// If --map-whole-files is set, make sure we have a
// whole file view. Options may not yet be ready, e.g.,
// when reading a version script. We then default to
// --no-keep-files-mapped.
// --no-map-whole-files.
if (this->whole_file_view_ == NULL
&& parameters->options_valid()
&& parameters->options().map_whole_files())