diff options
author | Doug Evans <dje@google.com> | 2014-01-16 09:29:10 -0800 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2014-01-16 09:29:10 -0800 |
commit | 4d65956b033ebbbc965bac09c607c2300d9c2ea9 (patch) | |
tree | 597cad0df444a98839a0af852fcd6e0c9eed1b7c /gdb/dwarf2read.c | |
parent | 52834460bc1e8813c8cedd876dac7156b34fa60f (diff) | |
download | binutils-gdb-4d65956b033ebbbc965bac09c607c2300d9c2ea9.tar.gz |
dwarf2read.c (open_and_init_dwp_file): Fix typo in comment.
Diffstat (limited to 'gdb/dwarf2read.c')
-rw-r--r-- | gdb/dwarf2read.c | 2 |
1 files changed, 1 insertions, 1 deletions
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), |