Fix typo in comment.
authorPer Bothner <per@bothner.com>
Tue, 23 Jan 1996 23:11:07 +0000 (23:11 +0000)
committerPer Bothner <per@bothner.com>
Tue, 23 Jan 1996 23:11:07 +0000 (23:11 +0000)
gdb/language.h

index cb9d709..941943b 100644 (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.  */