From a0fa0c079821efa6780ed2f612b0a0a021c5e082 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Sun, 23 Sep 2007 19:50:33 +0000 Subject: [PATCH] Fix typo in comment. --- gold/layout.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.7.4