From: Per Bothner Date: Tue, 23 Jan 1996 23:11:07 +0000 (+0000) Subject: Fix typo in comment. X-Git-Tag: gdb-4_18~9564 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ae3471873e9b8049dfadbf612e5615ce2f0ae060;p=platform%2Fupstream%2Fbinutils.git Fix typo in comment. --- diff --git a/gdb/language.h b/gdb/language.h index cb9d709..941943b 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. */