From: Doug Evans Date: Thu, 16 Jan 2014 17:33:00 +0000 (-0800) Subject: dwarf2read.c (open_and_init_dwp_file): Fix typo in comment. X-Git-Tag: gdb-7.7-release~35 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=253730789b94a42beb2adda953269293726072e9;p=thirdparty%2Fbinutils-gdb.git dwarf2read.c (open_and_init_dwp_file): Fix typo in comment. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 11b0ff40484..fb899e9cba4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2014-01-16 Doug Evans + + * dwarf2read.c (open_and_init_dwp_file): Fix typo in comment. + 2014-01-16 Pedro Alves * go32-nat.c (go32_open, go32_close, go32_attach, go32_detach) diff --git a/gdb/dwarf2read.c b/gdb/dwarf2read.c index 678571ee5c6..7ca527da846 100644 --- a/gdb/dwarf2read.c +++ b/gdb/dwarf2read.c @@ -10545,7 +10545,7 @@ open_and_init_dwp_file (void) { /* Technically speaking, we should try to limp along, but this is pretty bizarre. We use pulongest here because that's the established - portability solution (e.g, we can use %u for uint32_t). */ + portability solution (e.g, we cannot use %u for uint32_t). */ error (_("Dwarf Error: DWP file CU version %s doesn't match" " TU version %s [in DWP file %s]"), pulongest (dwp_file->cus->version),