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:
8c990f3
)
Corrected typo in comment: ofa -> of a
author
David Anderson
<davea@sgi.com>
Sat, 2 Sep 2000 00:05:43 +0000
(
00:05
+0000)
committer
David Anderson
<davea@sgi.com>
Sat, 2 Sep 2000 00:05:43 +0000
(
00:05
+0000)
gdb/gdbtypes.h
patch
|
blob
|
history
diff --git
a/gdb/gdbtypes.h
b/gdb/gdbtypes.h
index 19fd152f5ed238efd42350a7a6076fed041dd34a..b7a9a75297431a4f4de6b5a22e7aee8634a592be 100644
(file)
--- a/
gdb/gdbtypes.h
+++ b/
gdb/gdbtypes.h
@@
-147,7
+147,7
@@
enum type_code
/* No sign for this type. In C++, "char", "signed char", and "unsigned
char" are distinct types; so we need an extra flag to indicate the
- absence ofa sign! */
+ absence of
a sign! */
#define TYPE_FLAG_NOSIGN (1 << 1)