From: Per Bothner Date: Tue, 23 Jan 1996 23:11:07 +0000 (+0000) Subject: Fix typo in comment. X-Git-Tag: gdb-4_18-branchpoint~9563 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae3471873e9b8049dfadbf612e5615ce2f0ae060;p=thirdparty%2Fbinutils-gdb.git Fix typo in comment. --- diff --git a/gdb/language.h b/gdb/language.h index cb9d709a299..941943b7433 100644 --- a/gdb/language.h +++ b/gdb/language.h @@ -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. */