From 032f0667babf5bb73568756ccb39f1bcac377e7c Mon Sep 17 00:00:00 2001 From: Eugene Syromyatnikov Date: Mon, 22 May 2017 19:08:47 +0200 Subject: [PATCH] unwind.c: remove non-ASCII character from comment --- unwind.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unwind.c b/unwind.c index 6a7f342c..af44531d 100644 --- a/unwind.c +++ b/unwind.c @@ -41,7 +41,7 @@ #define DPRINTF(F, A, ...) if (debug_flag) error_msg("[unwind(" A ")] " F, __VA_ARGS__) /* - * Кeep a sorted array of cache entries, + * Keep a sorted array of cache entries, * so that we can binary search through it. */ struct mmap_cache_t { -- 2.50.1