summaryrefslogtreecommitdiff
path: root/src/misc/binaryheap.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc/binaryheap.hpp')
-rw-r--r--src/misc/binaryheap.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc/binaryheap.hpp b/src/misc/binaryheap.hpp
index 8b55badf9..f8a343724 100644
--- a/src/misc/binaryheap.hpp
+++ b/src/misc/binaryheap.hpp
@@ -25,7 +25,7 @@
* use indices 1..max_items instead of zero based C indexing.
*
* 3) Item of the binary heap should support these public members:
- * - 'lower-then' operator '<' - used for comparing items before moving
+ * - 'lower-than' operator '<' - used for comparing items before moving
*
*/