From: Eugene Syromyatnikov Date: Mon, 22 May 2017 17:08:47 +0000 (+0200) Subject: unwind.c: remove non-ASCII character from comment X-Git-Tag: v4.17~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=032f0667babf5bb73568756ccb39f1bcac377e7c;p=strace unwind.c: remove non-ASCII character from comment --- 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 {