]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2003-07-22 Elena Zannoni <ezannoni@redhat.com>
authorElena Zannoni <ezannoni@kwikemart.cygnus.com>
Tue, 22 Jul 2003 18:23:22 +0000 (18:23 +0000)
committerElena Zannoni <ezannoni@kwikemart.cygnus.com>
Tue, 22 Jul 2003 18:23:22 +0000 (18:23 +0000)
* dwarf2loc.c (locexpr_describe_location): Fix typos.

gdb/ChangeLog
gdb/dwarf2loc.c

index 572ff6f7e685d46720dc09b11f163aaacd604559..1f0fc694dbe8ebd81b753cfac2ff8720cb549dec 100644 (file)
@@ -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>
 
index 0c261292cfcc59c5e6ffd786b5998fab36215dcb..a4141a0432c0e9de640388e5803de09654c1be30 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;