Fix typo in comment.

This commit is contained in:
Per Bothner 1996-01-23 23:11:07 +00:00
parent 810b984d80
commit ae3471873e
1 changed files with 1 additions and 1 deletions

View File

@ -409,7 +409,7 @@ value_true PARAMS ((struct value *));
extern struct type * lang_bool_type PARAMS ((void));
/* The type used for Boolean values in teh current language. */
/* The type used for Boolean values in the current language. */
#define LA_BOOL_TYPE lang_bool_type ()
/* Misc: The string representing a particular enum language. */