summaryrefslogtreecommitdiff
path: root/timsort.h
diff options
context:
space:
mode:
Diffstat (limited to 'timsort.h')
-rw-r--r--timsort.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/timsort.h b/timsort.h
index 622705b3..383584fb 100644
--- a/timsort.h
+++ b/timsort.h
@@ -59,7 +59,7 @@ typedef unsigned __int64 uint64_t;
#define SORT_SWAP(x,y) {SORT_TYPE __SORT_SWAP_t = (x); (x) = (y); (y) = __SORT_SWAP_t;}
-/* Common, type-agnosting functions and constants that we don't want to declare twice. */
+/* Common, type-agnostic functions and constants that we don't want to declare twice. */
#ifndef SORT_COMMON_H
#define SORT_COMMON_H