From a2fb1b05e4af3fac54faac6c07a4717f2cb34aae Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 21 Sep 2006 22:13:18 +0000 Subject: New drop, with first cut of section layout code. --- gold/stringpool.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gold/stringpool.cc') diff --git a/gold/stringpool.cc b/gold/stringpool.cc index 0368014..9a709e0 100644 --- a/gold/stringpool.cc +++ b/gold/stringpool.cc @@ -101,7 +101,7 @@ Stringpool::add(const char* s) { // FIXME: This will look up the entry twice in the hash table. The // problem is that we can't insert S before we canonicalize it. I - // don't think there is a way to handle this correct with + // don't think there is a way to handle this correctly with // unordered_set, so this should be replaced with custom code to do // what we need, which is to return the empty slot. -- cgit v1.1