From 4d65956b033ebbbc965bac09c607c2300d9c2ea9 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Thu, 16 Jan 2014 09:29:10 -0800 Subject: [PATCH] dwarf2read.c (open_and_init_dwp_file): Fix typo in comment. --- gdb/ChangeLog | 4 ++++ gdb/dwarf2read.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3e7f149..f614f1b 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 71bbe96..54c538a 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), -- 2.7.4