summaryrefslogtreecommitdiff
path: root/src/insdel.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2017-03-05 08:18:40 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2017-03-05 08:19:06 -0800
commit788a5b8447253fdbbb171d3219acbd7600bb465a (patch)
tree0ddd0f6dcbd08892f4db95ff8de509bf30bf95cc /src/insdel.c
parenta0c8531c9db89e6e7f053f656cae592465be8220 (diff)
downloademacs-788a5b8447253fdbbb171d3219acbd7600bb465a.tar.gz
; Spelling fixes
Diffstat (limited to 'src/insdel.c')
-rw-r--r--src/insdel.c2
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)
* With /1024 => 51s
* With /4096 => 131s
* With /∞ => gave up after 858s
- * Of couse, ideally we should never call set-buffer-multibyte on
+ * Of course, ideally we should never call set-buffer-multibyte on
* a non-empty buffer (e.g. use buffer-swap-text instead).
* We chose /64 because it already brings almost the best performance while
* limiting the potential wasted memory to 1.5%. */