From ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Fri, 18 Nov 2022 15:48:22 +0100 Subject: ; Fix typos --- lisp/cedet/semantic/scope.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/cedet/semantic/scope.el') 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) -- cgit v1.2.3