emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 6247a90: ; Spelling fix


From: Paul Eggert
Subject: [Emacs-diffs] master 6247a90: ; Spelling fix
Date: Mon, 26 Mar 2018 12:30:08 -0400 (EDT)

branch: master
commit 6247a904e6c5a68e21a4af79b52ab22a90d6c389
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    ; Spelling fix
---
 src/marker.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/marker.c b/src/marker.c
index 9933d95..eaae8ff 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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]