[llvm] r192968 - Correct log message typo: ended ad -> ended at

Ed Maste emaste at freebsd.org
Fri Oct 18 06:01:33 PDT 2013


Author: emaste
Date: Fri Oct 18 08:01:33 2013
New Revision: 192968

URL: http://llvm.org/viewvc/llvm-project?rev=192968&view=rev
Log:
Correct log message typo: ended ad -> ended at

(From LLDB r192897)

Modified:
    llvm/trunk/lib/DebugInfo/DWARFDebugLine.cpp

Modified: llvm/trunk/lib/DebugInfo/DWARFDebugLine.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/DebugInfo/DWARFDebugLine.cpp?rev=192968&r1=192967&r2=192968&view=diff
==============================================================================
--- llvm/trunk/lib/DebugInfo/DWARFDebugLine.cpp (original)
+++ llvm/trunk/lib/DebugInfo/DWARFDebugLine.cpp Fri Oct 18 08:01:33 2013
@@ -211,7 +211,7 @@ DWARFDebugLine::parsePrologue(DataExtrac
 
   if (*offset_ptr != end_prologue_offset) {
     fprintf(stderr, "warning: parsing line table prologue at 0x%8.8x should"
-                    " have ended at 0x%8.8x but it ended ad 0x%8.8x\n",
+                    " have ended at 0x%8.8x but it ended at 0x%8.8x\n",
             prologue_offset, end_prologue_offset, *offset_ptr);
     return false;
   }





More information about the llvm-commits mailing list