aboutsummaryrefslogtreecommitdiff
path: root/gold/layout.cc
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2007-09-23 19:50:33 +0000
committerIan Lance Taylor <iant@google.com>2007-09-23 19:50:33 +0000
commita0fa0c079821efa6780ed2f612b0a0a021c5e082 (patch)
treecc6aafe08b4c929dc4a2384b189f2bfe73ca3a67 /gold/layout.cc
parent41f1b6975dce5616800a8ff1acb544019c7bc132 (diff)
downloadgdb-a0fa0c079821efa6780ed2f612b0a0a021c5e082.zip
gdb-a0fa0c079821efa6780ed2f612b0a0a021c5e082.tar.gz
gdb-a0fa0c079821efa6780ed2f612b0a0a021c5e082.tar.bz2
Fix typo in comment.
Diffstat (limited to 'gold/layout.cc')
-rw-r--r--gold/layout.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/layout.cc b/gold/layout.cc
index cd65df8..d45970d 100644
--- 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 tihs signature. Record that we've seen
+ // linkonce section with this signature. Record that we've seen
// a section group, and don't include this section group.
ins.first->second = true;
return false;