From 602b464ef127b44fcec80e641ceaf2e542663ffb Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Sat, 7 Feb 2009 01:03:32 +0000 Subject: * binary.cc: Fix file comment. --- gold/binary.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gold/binary.cc') diff --git a/gold/binary.cc b/gold/binary.cc index 7eb7223e536..f14df0dedf0 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. -- cgit v1.2.1