]> git.eshelyaron.com Git - emacs.git/commitdiff
; Spelling fix
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 26 Mar 2018 16:29:42 +0000 (09:29 -0700)
committerAndrew G Cohen <cohen@andy.bu.edu>
Tue, 11 Dec 2018 06:18:31 +0000 (14:18 +0800)
src/marker.c

index 9933d957a57083d6b5701f0af9f81feef02adde4..eaae8ff6a90742432a8a3ce4b9ac13ec95c1a6dc 100644 (file)
@@ -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