* fileread.cc (find_or_make_view): Fix comment.
authorCary Coutant <ccoutant@google.com>
Wed, 24 Mar 2010 01:27:57 +0000 (01:27 +0000)
committerCary Coutant <ccoutant@google.com>
Wed, 24 Mar 2010 01:27:57 +0000 (01:27 +0000)
gold/ChangeLog
gold/fileread.cc

index 374b5888330cc58da76f785a6de660970e410f3f..5da12393ccec40ce32718306e721c08efd6bec87 100644 (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
index 1bfe9eb6335f36ddc920d191594e316de7ac3ad4..dc5539f2c22636299e8d7ca6ed92f495112df239 100644 (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())
This page took 0.028908 seconds and 4 git commands to generate.