dwarf2read.c (open_and_init_dwp_file): Fix typo in comment.
authorDoug Evans <dje@google.com>
Thu, 16 Jan 2014 17:29:10 +0000 (09:29 -0800)
committerDoug Evans <dje@google.com>
Thu, 16 Jan 2014 17:29:10 +0000 (09:29 -0800)
gdb/ChangeLog
gdb/dwarf2read.c

index 3e7f1492a0ecd2cbbb5f15c500937f4629e287ef..f614f1b7a57879bfd2ce67ba67c2e493c0f63aae 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  Markus Metzger  <markus.t.metzger@intel.com>
 
        * btrace.h (btrace_thread_flag): New.
index 71bbe96e5c2551481b3b2185ecfe41689031053b..54c538af5fb8df8e569ebc3d9194997607b8898c 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),
This page took 0.032426 seconds and 4 git commands to generate.