]> granicus.if.org Git - strace/commitdiff
unwind.c: remove non-ASCII character from comment
authorEugene Syromyatnikov <evgsyr@gmail.com>
Mon, 22 May 2017 17:08:47 +0000 (19:08 +0200)
committerEugene Syromyatnikov <evgsyr@gmail.com>
Mon, 22 May 2017 17:11:06 +0000 (19:11 +0200)
unwind.c

index 6a7f342cc97a27f0dfb051089845318e2d731a32..af44531db0242cb0506344c441b635acb966d57a 100644 (file)
--- 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 {