aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2loc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/dwarf2loc.c')
-rw-r--r--gdb/dwarf2loc.c2
1 files changed, 1 insertions, 1 deletions
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;