Fix typo in comment.
authorIan Lance Taylor <iant@google.com>
Sun, 23 Sep 2007 19:50:33 +0000 (19:50 +0000)
committerIan Lance Taylor <iant@google.com>
Sun, 23 Sep 2007 19:50:33 +0000 (19:50 +0000)
gold/layout.cc

index cd65df833093e8a1357f825f8d4ff12ad3599d77..d45970dab005fc96f318b6ef755a034f563d9af8 100644 (file)
@@ -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;