projects
/
binutils-gdb.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 cd65df833093e8a1357f825f8d4ff12ad3599d77..d45970dab005fc96f318b6ef755a034f563d9af8 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;