* binary.cc: Fix file comment.
authorIan Lance Taylor <ian@airs.com>
Sat, 7 Feb 2009 01:03:32 +0000 (01:03 +0000)
committerIan Lance Taylor <ian@airs.com>
Sat, 7 Feb 2009 01:03:32 +0000 (01:03 +0000)
gold/ChangeLog
gold/binary.cc

index 957a0d5e4ab2653d7242b032f2d09c4fa51f2e8c..681b647cd6ca044a7beb1e9d21cbfde48bc8bdec 100644 (file)
@@ -1,5 +1,7 @@
 2009-02-06  Mikolaj Zalewski  <mikolajz@google.com>
 
+       * binary.cc: Fix file comment.
+
        * options.h (enum Incremental_disposition): Define.
        (class General_options): Add new options: --incremental,
        --incremental_changed, --incremental_unchanged,
index 7eb7223e53654ac51b665426ff5bd3d214a94ac0..f14df0dedf0e43c68dc4f24fe0d7cb8af39964e9 100644 (file)
@@ -35,7 +35,7 @@
 // Support for reading binary files as input.  These become blobs in
 // the final output.  These files are treated as though they have a
 // single .data section and define three symbols:
-// _binary_FILENAME_start, _binary_FILENAME_end, _binary_FILENAME_end.
+// _binary_FILENAME_start, _binary_FILENAME_end, _binary_FILENAME_size.
 // The FILENAME is the name of the input file, with any
 // non-alphanumeric character changed to an underscore.
 
This page took 0.031494 seconds and 4 git commands to generate.