]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
dwarf2read.c (open_and_init_dwp_file): Fix typo in comment.
authorDoug Evans <dje@google.com>
Thu, 16 Jan 2014 17:33:00 +0000 (09:33 -0800)
committerDoug Evans <dje@google.com>
Thu, 16 Jan 2014 17:33:00 +0000 (09:33 -0800)
gdb/ChangeLog
gdb/dwarf2read.c

index 11b0ff404849b5db161305b1b5f5ae48cba4b1d0..fb899e9cba4066ae42097f2829e056778f4777b9 100644 (file)
@@ -1,3 +1,7 @@
+2014-01-16  Doug Evans  <dje@google.com>
+
+       * dwarf2read.c (open_and_init_dwp_file): Fix typo in comment.
+
 2014-01-16  Pedro Alves  <palves@redhat.com>
 
        * go32-nat.c (go32_open, go32_close, go32_attach, go32_detach)
index 678571ee5c6c298bb713d913fbc70aa8577d989c..7ca527da8468f127663f356ae60a33862745d0b8 100644 (file)
@@ -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),