projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
810b984
)
Fix typo in comment.
author
Per Bothner
<per@bothner.com>
Tue, 23 Jan 1996 23:11:07 +0000
(23:11 +0000)
committer
Per Bothner
<per@bothner.com>
Tue, 23 Jan 1996 23:11:07 +0000
(23:11 +0000)
gdb/language.h
patch
|
blob
|
history
diff --git
a/gdb/language.h
b/gdb/language.h
index cb9d709a29908eaa69636260ac20db5ef966784e..941943b743357d2774b725b3bfe22f3a881aa40d 100644
(file)
--- 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 t
eh
current language. */
+/* The type used for Boolean values in t
he
current language. */
#define LA_BOOL_TYPE lang_bool_type ()
/* Misc: The string representing a particular enum language. */