Browse Source

Fixed comment.

Lasse Öörni 13 years ago
parent
commit
e9b02436b4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Engine/Container/HashMap.h

+ 1 - 1
Engine/Container/HashMap.h

@@ -313,7 +313,7 @@ public:
         ResetPtrs();
     }
     
-    /// Sort keys. After sorting the set can be iterated in order until new elements are inserted.
+    /// Sort pairs. After sorting the map can be iterated in order until new elements are inserted.
     void Sort()
     {
         unsigned numKeys = Size();