From 4b68a755a4e6f215902cafb2f4e8761e2e4a8442 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 26 Mar 2018 09:29:42 -0700 Subject: [PATCH] ; Spelling fix --- src/marker.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/marker.c b/src/marker.c index 9933d957a57..eaae8ff6a90 100644 --- a/src/marker.c +++ b/src/marker.c @@ -151,7 +151,7 @@ CHECK_MARKER (Lisp_Object x) worst case and it was rarely slower and never by much. The asymptotic behavior is still poor, tho, so in largish buffers with many - overlays (e.g. 300KB and 30K overlays), it can still be a bottlneck. */ + overlays (e.g. 300KB and 30K overlays), it can still be a bottleneck. */ #define BYTECHAR_DISTANCE_INITIAL 50 #define BYTECHAR_DISTANCE_INCREMENT 50 -- 2.39.2