projects
/
external
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41f1b69
)
Fix typo in comment.
author
Ian Lance Taylor
<iant@google.com>
Sun, 23 Sep 2007 19:50:33 +0000
(19:50 +0000)
committer
Ian Lance Taylor
<iant@google.com>
Sun, 23 Sep 2007 19:50:33 +0000
(19:50 +0000)
gold/layout.cc
patch
|
blob
|
history
diff --git
a/gold/layout.cc
b/gold/layout.cc
index
cd65df8
..
d45970d
100644
(file)
--- a/
gold/layout.cc
+++ b/
gold/layout.cc
@@
-1416,7
+1416,7
@@
Layout::add_comdat(const char* signature, bool group)
else if (group)
{
// This is a real section group, and we've already seen a
- // linkonce section with t
ih
s signature. Record that we've seen
+ // linkonce section with t
hi
s signature. Record that we've seen
// a section group, and don't include this section group.
ins.first->second = true;
return false;