From: Doug Evans Date: Thu, 16 Jan 2014 17:29:10 +0000 (-0800) Subject: dwarf2read.c (open_and_init_dwp_file): Fix typo in comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4d65956b033ebbbc965bac09c607c2300d9c2ea9;p=binutils-gdb.git dwarf2read.c (open_and_init_dwp_file): Fix typo in comment. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3e7f1492a0e..f614f1b7a57 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 Markus Metzger * btrace.h (btrace_thread_flag): New. diff --git a/gdb/dwarf2read.c b/gdb/dwarf2read.c index 71bbe96e5c2..54c538af5fb 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),