aboutsummaryrefslogtreecommitdiff
path: root/common/hashmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/hashmap.h')
-rw-r--r--common/hashmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/hashmap.h b/common/hashmap.h
index a48092a4a2..c32d275a7c 100644
--- a/common/hashmap.h
+++ b/common/hashmap.h
@@ -40,7 +40,7 @@
namespace Common {
-// The sgi IRIX MIPSpro Compiler has difficulties with nested templates.
+// The sgi IRIX MIPSpro Compiler has difficulties with nested templates.
// This and the other __sgi conditionals below work around these problems.
#ifdef __sgi
template<class T> class IteratorImpl;