diff options
author | Ian Lance Taylor <iant@google.com> | 2007-09-23 19:50:33 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@google.com> | 2007-09-23 19:50:33 +0000 |
commit | a0fa0c079821efa6780ed2f612b0a0a021c5e082 (patch) | |
tree | cc6aafe08b4c929dc4a2384b189f2bfe73ca3a67 /gold/layout.cc | |
parent | 41f1b6975dce5616800a8ff1acb544019c7bc132 (diff) | |
download | binutils-gdb-a0fa0c079821efa6780ed2f612b0a0a021c5e082.tar.gz |
Fix typo in comment.
Diffstat (limited to 'gold/layout.cc')
-rw-r--r-- | gold/layout.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/layout.cc b/gold/layout.cc index cd65df83309..d45970dab00 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; |