diff options
Diffstat (limited to 'lisp/cedet/ede/pmake.el')
-rw-r--r-- | lisp/cedet/ede/pmake.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/ede/pmake.el b/lisp/cedet/ede/pmake.el index 52a1d48532..d78e95af27 100644 --- a/lisp/cedet/ede/pmake.el +++ b/lisp/cedet/ede/pmake.el @@ -478,7 +478,7 @@ These are removed with make clean." (defmethod ede-proj-makefile-garbage-patterns ((this ede-proj-target)) "Return a list of patterns that are considered garbage to THIS. These are removed with make clean." - ;; Get the the source object from THIS, and use the specified garbage. + ;; Get the source object from THIS, and use the specified garbage. (let ((src (ede-target-sourcecode this)) (garb nil)) (while src |