From 2a350ee9b47ad4cf251f94444073785619c31c77 Mon Sep 17 00:00:00 2001 From: Jared Yanovich Date: Mon, 30 Sep 2019 17:04:54 +0200 Subject: Large batch of typo fixes Closes #109. --- timsort.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'timsort.h') 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 -- cgit v1.2.1