From: Elena Zannoni Date: Tue, 22 Jul 2003 18:23:22 +0000 (+0000) Subject: 2003-07-22 Elena Zannoni X-Git-Tag: cagney_x86i386-20030821-branchpoint~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e758827a671354bd08b866f3c614ede21ef0ddf9;p=thirdparty%2Fbinutils-gdb.git 2003-07-22 Elena Zannoni * dwarf2loc.c (locexpr_describe_location): Fix typos. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 572ff6f7e68..1f0fc694dbe 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,6 +1,6 @@ 2003-07-22 Elena Zannoni - dwarf2loc.c (locexpr_describe_location): Fix typo. + * dwarf2loc.c (locexpr_describe_location): Fix typos. 2003-07-22 Elena Zannoni 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;