diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-11-18 15:48:22 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-11-18 16:02:19 +0100 |
commit | ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d (patch) | |
tree | aee24e35b156969e2450699b3d02621bcec3375e /lisp/cedet/semantic/scope.el | |
parent | c116d9f74c8fc81a7e98b1519fa300998a8a15c3 (diff) | |
download | emacs-ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d.tar.gz emacs-ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d.tar.bz2 emacs-ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d.zip |
; Fix typos
Diffstat (limited to 'lisp/cedet/semantic/scope.el')
-rw-r--r-- | lisp/cedet/semantic/scope.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/semantic/scope.el b/lisp/cedet/semantic/scope.el index 83e7ed66c13..50d7c8adf14 100644 --- a/lisp/cedet/semantic/scope.el +++ b/lisp/cedet/semantic/scope.el @@ -822,7 +822,7 @@ hits in order, with the first tag being in the closest scope." ans) ;; Not a real scope. Our scope calculation analyze parts of ;; what it finds, and needs to pass lists through to do it's work. - ;; Tread that list as a singly entry. + ;; Treat that list as a singly entry. (if class (semantic-find-tags-by-class class scope) scope) |