2010-03-22 Doug Kwan <dougkwan@google.com>
[binutils-gdb.git] / gold / binary.cc
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.