diff options
author | Ian Lance Taylor <ian@airs.com> | 2009-02-07 01:03:32 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2009-02-07 01:03:32 +0000 |
commit | 602b464ef127b44fcec80e641ceaf2e542663ffb (patch) | |
tree | c26bb79199885318b009db6f52deb7da87141872 /gold/binary.cc | |
parent | c14b2fbe6d69fb94c06c662e8b065828fdb3dc7c (diff) | |
download | gdb-602b464ef127b44fcec80e641ceaf2e542663ffb.zip gdb-602b464ef127b44fcec80e641ceaf2e542663ffb.tar.gz gdb-602b464ef127b44fcec80e641ceaf2e542663ffb.tar.bz2 |
* binary.cc: Fix file comment.
Diffstat (limited to 'gold/binary.cc')
-rw-r--r-- | gold/binary.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/binary.cc b/gold/binary.cc index 7eb7223..f14df0d 100644 --- a/gold/binary.cc +++ b/gold/binary.cc @@ -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. |