This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] gold: fix typo in file comment of binary.cc


 I didn't knew if it's worth a separate patch, but I may have less
time for gold next week and didn't want to forget about it (also, some
maintainers don't like such changes attached to random patches about
something different - I don't know what customs are here).

2009-02-06  Mikolaj Zalewski  <mikolajz@google.com>

	* binary.cc: Fix file comment.
From 64376f273c99befd005e40d85617ef9bcdad8123 Mon Sep 17 00:00:00 2001
From: Mikolaj Zalewski <mikolajz@google.com>
Date: Fri, 6 Feb 2009 19:34:52 -0500
Subject: [PATCH] gold: fix file comment in binary.cc

---
 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.
 
-- 
1.5.4.5


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]