From 32ffcbeda50deb1aa5507dcad91a6bc31b680675 Mon Sep 17 00:00:00 2001 From: Elena Zannoni Date: Tue, 22 Jul 2003 18:24:42 +0000 Subject: 2003-07-22 Elena Zannoni * dwarf2loc.c (locexpr_describe_location): Fix typos. --- gdb/dwarf2loc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/dwarf2loc.c') diff --git a/gdb/dwarf2loc.c b/gdb/dwarf2loc.c index 0c261292cfc..a4141a0432c 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; -- cgit v1.2.1