projects
/
external
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
6bee883
)
* valops.c (search_struct_field): Fix typo in error message.
author
Doug Evans
<dje@google.com>
Sun, 27 Jun 2010 16:26:41 +0000
(16:26 +0000)
committer
Doug Evans
<dje@google.com>
Sun, 27 Jun 2010 16:26:41 +0000
(16:26 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/valops.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index
079a3db
..
2fb33bb
100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,7
@@
+2010-06-27 Doug Evans <dje@google.com>
+
+ * valops.c (search_struct_field): Fix typo in error message.
+
2010-06-26 Ulrich Weigand <uweigand@de.ibm.com>
* dwarf2expr.c (execute_stack_op): Place preprocessor
diff --git
a/gdb/valops.c
b/gdb/valops.c
index
506d40e
..
23a4eb1
100644
(file)
--- a/
gdb/valops.c
+++ b/
gdb/valops.c
@@
-1852,7
+1852,7
@@
search_struct_field (const char *name, struct value *arg1, int offset,
{
v = value_static_field (type, i);
if (v == 0)
- error (_("field %s is nonexistent or has been optimi
s
ed out"),
+ error (_("field %s is nonexistent or has been optimi
z
ed out"),
name);
}
else