diff options
| author | Paul Eggert | 2017-03-05 08:18:40 -0800 |
|---|---|---|
| committer | Paul Eggert | 2017-03-05 08:19:06 -0800 |
| commit | 788a5b8447253fdbbb171d3219acbd7600bb465a (patch) | |
| tree | 0ddd0f6dcbd08892f4db95ff8de509bf30bf95cc /src | |
| parent | a0c8531c9db89e6e7f053f656cae592465be8220 (diff) | |
| download | emacs-788a5b8447253fdbbb171d3219acbd7600bb465a.tar.gz emacs-788a5b8447253fdbbb171d3219acbd7600bb465a.zip | |
; Spelling fixes
Diffstat (limited to 'src')
| -rw-r--r-- | src/insdel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/insdel.c b/src/insdel.c index 5a95d41e7ab..e4ad9a2dec3 100644 --- a/src/insdel.c +++ b/src/insdel.c | |||
| @@ -571,7 +571,7 @@ make_gap (ptrdiff_t nbytes_added) | |||
| 571 | * With /1024 => 51s | 571 | * With /1024 => 51s |
| 572 | * With /4096 => 131s | 572 | * With /4096 => 131s |
| 573 | * With /∞ => gave up after 858s | 573 | * With /∞ => gave up after 858s |
| 574 | * Of couse, ideally we should never call set-buffer-multibyte on | 574 | * Of course, ideally we should never call set-buffer-multibyte on |
| 575 | * a non-empty buffer (e.g. use buffer-swap-text instead). | 575 | * a non-empty buffer (e.g. use buffer-swap-text instead). |
| 576 | * We chose /64 because it already brings almost the best performance while | 576 | * We chose /64 because it already brings almost the best performance while |
| 577 | * limiting the potential wasted memory to 1.5%. */ | 577 | * limiting the potential wasted memory to 1.5%. */ |