diff options
| author | Glenn Morris | 2009-09-30 07:42:40 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-09-30 07:42:40 +0000 |
| commit | 70018c748d378ab4754894fd24d5433b8950d6df (patch) | |
| tree | 42cd782159a7818623fbe428b2d31b0b9bdca186 | |
| parent | 494f4fc70c9dc567b3341d2cf04e0ceabaa69373 (diff) | |
| download | emacs-70018c748d378ab4754894fd24d5433b8950d6df.tar.gz emacs-70018c748d378ab4754894fd24d5433b8950d6df.zip | |
Fix comment typos.
| -rw-r--r-- | lisp/cedet/ede/proj-misc.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/cedet/ede/proj-misc.el b/lisp/cedet/ede/proj-misc.el index 6c693d87bfc..6f2624845c7 100644 --- a/lisp/cedet/ede/proj-misc.el +++ b/lisp/cedet/ede/proj-misc.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; ede-proj-nusc.el --- EDE Generic Project Emacs Lisp support | 1 | ;;; ede-proj-misc.el --- EDE Generic Project Emacs Lisp support |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2008, 2009 | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2008, 2009 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| @@ -23,7 +23,7 @@ | |||
| 23 | 23 | ||
| 24 | ;;; Commentary: | 24 | ;;; Commentary: |
| 25 | ;; | 25 | ;; |
| 26 | ;; Handle miscelaneous compilable projects in and EDE Project file. | 26 | ;; Handle miscellaneous compilable projects in and EDE Project file. |
| 27 | ;; This misc target lets the user link in custom makefiles to an EDE | 27 | ;; This misc target lets the user link in custom makefiles to an EDE |
| 28 | ;; project. | 28 | ;; project. |
| 29 | 29 | ||