summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/radix-tree.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-05-30 23:19:54 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2016-05-30 23:20:20 -0700
commit01030eed9395f5004e7d0721394697d1ca90cc2f (patch)
tree3a13848e94b95796a5070adf8b2ec2e3dd4761f7 /lisp/emacs-lisp/radix-tree.el
parent0c26f14b7e200b39134ec70c77fab8c467cf3290 (diff)
downloademacs-01030eed9395f5004e7d0721394697d1ca90cc2f.tar.gz
emacs-01030eed9395f5004e7d0721394697d1ca90cc2f.tar.bz2
emacs-01030eed9395f5004e7d0721394697d1ca90cc2f.zip
; Spelling fixes
Diffstat (limited to 'lisp/emacs-lisp/radix-tree.el')
-rw-r--r--lisp/emacs-lisp/radix-tree.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/radix-tree.el b/lisp/emacs-lisp/radix-tree.el
index a6984b8034c..d4b5cd211e4 100644
--- a/lisp/emacs-lisp/radix-tree.el
+++ b/lisp/emacs-lisp/radix-tree.el
@@ -38,7 +38,7 @@
;; of array, so every level's lookup is O(N) rather than O(1). We could easily
;; solve this by using char-tables instead of alists, but that would make every
;; level take up a lot more memory, and it would make the resulting
-;; datastructure harder to read (by a human) when printed out.
+;; data structure harder to read (by a human) when printed out.
;;; Code: