aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElena Zannoni <ezannoni@kwikemart.cygnus.com>2003-07-22 18:23:22 +0000
committerElena Zannoni <ezannoni@kwikemart.cygnus.com>2003-07-22 18:23:22 +0000
commite758827a671354bd08b866f3c614ede21ef0ddf9 (patch)
tree1ae5e98606e7b9690c8ca16816451d132d84f3b7
parent7f861b8f50089b4990785baa8eb15718e13c846d (diff)
downloadgdb-e758827a671354bd08b866f3c614ede21ef0ddf9.zip
gdb-e758827a671354bd08b866f3c614ede21ef0ddf9.tar.gz
gdb-e758827a671354bd08b866f3c614ede21ef0ddf9.tar.bz2
2003-07-22 Elena Zannoni <ezannoni@redhat.com>
* dwarf2loc.c (locexpr_describe_location): Fix typos.
-rw-r--r--gdb/ChangeLog2
-rw-r--r--gdb/dwarf2loc.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 572ff6f..1f0fc69 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,6 +1,6 @@
2003-07-22 Elena Zannoni <ezannoni@redhat.com>
- dwarf2loc.c (locexpr_describe_location): Fix typo.
+ * dwarf2loc.c (locexpr_describe_location): Fix typos.
2003-07-22 Elena Zannoni <ezannoni@redhat.com>
diff --git a/gdb/dwarf2loc.c b/gdb/dwarf2loc.c
index 0c26129..a4141a0 100644
--- a/gdb/dwarf2loc.c
+++ b/gdb/dwarf2loc.c
@@ -430,7 +430,7 @@ locexpr_describe_location (struct symbol *symbol, struct ui_file *stream)
&dlbaton->data[dlbaton->size - 1],
&bytes_read);
fprintf_filtered (stream,
- "a thread-local variable at offset %s in the"
+ "a thread-local variable at offset %s in the "
"thread-local storage for `%s'",
paddr_nz (offset), dlbaton->objfile->name);
return 1;