]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix some doc typos
authorGlenn Morris <rgm@gnu.org>
Fri, 28 Sep 2018 18:02:52 +0000 (14:02 -0400)
committerGlenn Morris <rgm@gnu.org>
Fri, 28 Sep 2018 18:02:52 +0000 (14:02 -0400)
lisp/cedet/ede/project-am.el
lisp/cedet/semantic/db-ref.el
lisp/cedet/semantic/scope.el

index d3f0648350c2e9405a3b0f025c361db782ab8be0..e0fb111d076b1fd910372d67fcc287213c045246 100644 (file)
@@ -532,7 +532,7 @@ DIR is the directory to apply to new targets."
                     (project-rescan tmp)
                     (setq ntargets (cons tmp ntargets)))
                   (makefile-macro-file-list macro))
-          ;; Non-indirect will have a target whos sources
+          ;; Non-indirect will have a target whose sources
           ;; are actual files, not names of other targets.
           (let ((files (makefile-macro-file-list macro)))
             (when files
index 8f20fee9545be4c1d4f9939b40ddde7fa395203e..40d8dbd58b5b1dbbbaf78c87041ffbf2337f4456 100644 (file)
@@ -80,7 +80,7 @@ Abstract tables would be difficult to reference."
 
 (cl-defmethod semanticdb-check-references ((dbt semanticdb-table))
   "Check and cleanup references in the database DBT.
-Any reference to a file that cannot be found, or whos file no longer
+Any reference to a file that cannot be found, or whose file no longer
 refers to DBT will be removed."
   (let ((refs (oref dbt db-refs))
        (myexpr (concat "\\<" (oref dbt file)))
index a2c68ed3a638d1386c41a2a34ef0f7dff9b5e10d..f18451fd59aba9a7d3f393b8130518bda7560d38 100644 (file)
@@ -140,7 +140,7 @@ Saves scoping information between runs of the analyzer.")
 (cl-defmethod semantic-scope-set-typecache ((cache semantic-scope-cache)
                                         types-in-scope)
   "Set the :typescope property on CACHE to some types.
-TYPES-IN-SCOPE is a list of type tags whos members are
+TYPES-IN-SCOPE is a list of type tags whose members are
 currently in scope.  For each type in TYPES-IN-SCOPE,
 add those members to the types list.
 If nil, then the typescope is reset."