; Spelling fix

This commit is contained in:
Paul Eggert 2018-03-26 09:29:42 -07:00 committed by Andrew G Cohen
parent fe90b228d7
commit 4b68a755a4

View 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