projects
/
external
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f5346c
)
symtab.h (struct symbol): Fix typo in comment.
author
Doug Evans
<dje@google.com>
Fri, 2 Jan 2015 19:02:31 +0000
(11:02 -0800)
committer
Doug Evans
<dje@google.com>
Fri, 2 Jan 2015 19:02:31 +0000
(11:02 -0800)
gdb/ChangeLog:
* symtab.h (struct symbol): Fix typo in comment.
gdb/ChangeLog
patch
|
blob
|
history
gdb/symtab.h
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index
9cb8862
..
55eb733
100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,7
@@
+2015-01-02 Doug Evans <dje@google.com>
+
+ * symtab.h (struct symbol): Fix typo in comment.
+
2015-01-01 Joel Brobecker <brobecker@adacore.com>
Update year range in copyright notice of all files.
diff --git
a/gdb/symtab.h
b/gdb/symtab.h
index
90a5fdb
..
d1d2147
100644
(file)
--- a/
gdb/symtab.h
+++ b/
gdb/symtab.h
@@
-712,7
+712,7
@@
struct symbol
struct type *type;
/* The owner of this symbol.
- Which one to use is defined by symbol.is_
arch
_owned. */
+ Which one to use is defined by symbol.is_
objfile
_owned. */
union
{