summaryrefslogtreecommitdiff
path: root/lisp/cedet/semantic/wisent/comp.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-07-29 02:57:40 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2012-07-29 02:57:40 -0700
commit1cd646250d11af2eeafc1b696c3e6c7d275296f2 (patch)
tree9fe203b35ed1b690b91731ca7187fb46e8313e9e /lisp/cedet/semantic/wisent/comp.el
parentb46a6a83b3c30d34aa6b80633394c74e6145291c (diff)
downloademacs-1cd646250d11af2eeafc1b696c3e6c7d275296f2.tar.gz
inaccessable -> inaccessible spelling fix
* semantic/wisent/comp.el (wisent-inaccessible-symbols): Rename from wisent-inaccessable-symbols, fixing a misspelling. Caller changed. Fixes: debbugs:10052
Diffstat (limited to 'lisp/cedet/semantic/wisent/comp.el')
-rw-r--r--lisp/cedet/semantic/wisent/comp.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/cedet/semantic/wisent/comp.el b/lisp/cedet/semantic/wisent/comp.el
index b0daabd1063..30dbafaa6cc 100644
--- a/lisp/cedet/semantic/wisent/comp.el
+++ b/lisp/cedet/semantic/wisent/comp.el
@@ -550,7 +550,7 @@ S must be a vector of integers."
N Ns)))
(setq N Np)))
-(defun wisent-inaccessable-symbols ()
+(defun wisent-inaccessible-symbols ()
"Find out which productions are reachable and which symbols are used."
;; Starting with an empty set of productions and a set of symbols
;; which only has the start symbol in it, iterate over all
@@ -709,7 +709,7 @@ S must be a vector of integers."
nuseless-productions 0)
(wisent-useless-nonterminals)
- (wisent-inaccessable-symbols)
+ (wisent-inaccessible-symbols)
(when (> (+ nuseless-nonterminals nuseless-productions) 0)
(wisent-total-useless)