diff options
| author | Paul Eggert | 2011-11-22 23:03:56 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-11-22 23:03:56 -0800 |
| commit | ee7683ebb70c308e596103e379ef6b91d001eebc (patch) | |
| tree | 45382191619e27df7106a8d990bc03903d0fa03f /lisp/cedet/semantic/analyze | |
| parent | 6b21de180fba10432988d94d2b8f3e2521be5b17 (diff) | |
| download | emacs-ee7683ebb70c308e596103e379ef6b91d001eebc.tar.gz emacs-ee7683ebb70c308e596103e379ef6b91d001eebc.zip | |
Spelling fixes.
Diffstat (limited to 'lisp/cedet/semantic/analyze')
| -rw-r--r-- | lisp/cedet/semantic/analyze/fcn.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/semantic/analyze/fcn.el b/lisp/cedet/semantic/analyze/fcn.el index eae6d013400..967e5c59cda 100644 --- a/lisp/cedet/semantic/analyze/fcn.el +++ b/lisp/cedet/semantic/analyze/fcn.el | |||
| @@ -157,7 +157,7 @@ Almost all searches use the same arguments." | |||
| 157 | ;; | 157 | ;; |
| 158 | 158 | ||
| 159 | (define-overloadable-function semantic-analyze-dereference-metatype (type scope &optional type-declaration) | 159 | (define-overloadable-function semantic-analyze-dereference-metatype (type scope &optional type-declaration) |
| 160 | ;; todo - move into typecahe!! | 160 | ;; todo - move into typecache!! |
| 161 | "Return a concrete type tag based on input TYPE tag. | 161 | "Return a concrete type tag based on input TYPE tag. |
| 162 | A concrete type is an actual declaration of a memory description, | 162 | A concrete type is an actual declaration of a memory description, |
| 163 | such as a structure, or class. A meta type is an alias, | 163 | such as a structure, or class. A meta type is an alias, |