summaryrefslogtreecommitdiff
path: root/timsort.h
diff options
context:
space:
mode:
authorJared Yanovich <jaredyanovich@gmail.com>2019-09-30 17:04:54 +0200
committerNick Wellnhofer <wellnhofer@aevum.de>2019-09-30 18:04:38 +0200
commit2a350ee9b47ad4cf251f94444073785619c31c77 (patch)
tree1aebebbfcfc6ecfc3912261df274b820998b9fba /timsort.h
parent80b110a95da9deac24029b010ecc4f71cee226e9 (diff)
downloadlibxml2-2a350ee9b47ad4cf251f94444073785619c31c77.tar.gz
Large batch of typo fixes
Closes #109.
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