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:
e7bb76c
)
fixed typo in comment
author
K. Richard Pixley
<rich@cygnus>
Tue, 17 Aug 1993 22:11:32 +0000
(22:11 +0000)
committer
K. Richard Pixley
<rich@cygnus>
Tue, 17 Aug 1993 22:11:32 +0000
(22:11 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/frame.h
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 165f3ccd95f17bff80557d17a21a55923e0c7dba..05d5f261f4f2a88645c165e590b40f102aee5840 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,7
@@
+Tue Aug 17 15:10:04 1993 K. Richard Pixley (rich@sendai.cygnus.com)
+
+ * frame.h: fixed typo in comment.
+
Tue Aug 17 11:14:25 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
* 29k-share/udi/udiphcfg.h: Always include udiphunix.h not udiphdos.h.
diff --git
a/gdb/frame.h
b/gdb/frame.h
index c0da682c729ebb24e73a91379948aadc9f7eeadd..89df84313d3b6fc8c1104f7f24c5ae8ac4caf5b3 100644
(file)
--- a/
gdb/frame.h
+++ b/
gdb/frame.h
@@
-98,7
+98,7
@@
struct frame_info
int signal_handler_caller;
/* Anything extra for this structure that may have been defined
- in the machine depedent files. */
+ in the machine depe
n
dent files. */
#ifdef EXTRA_FRAME_INFO
EXTRA_FRAME_INFO
#endif