OSDN Git Service

2003-07-22 Elena Zannoni <ezannoni@redhat.com>
authorezannoni <ezannoni>
Tue, 22 Jul 2003 18:24:42 +0000 (18:24 +0000)
committerezannoni <ezannoni>
Tue, 22 Jul 2003 18:24:42 +0000 (18:24 +0000)
* dwarf2loc.c (locexpr_describe_location): Fix typos.

gdb/ChangeLog
gdb/dwarf2loc.c

index 8f99a16..2b1b693 100644 (file)
@@ -4,8 +4,8 @@
        * configure: Re-generate.
 
 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>
 
index 0c26129..a4141a0 100644 (file)
@@ -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;