llvm-objdump: Fix typo in output.
[oota-llvm.git] / tools / llvm-objdump / COFFDump.cpp
index cfca40fd492ad3dd3bd6a29bcb32e63f03ac1e02..c703db6e2e291568ad402ff5238ad5485f7dcaf8 100644 (file)
@@ -460,7 +460,7 @@ static void printRuntimeFunction(const COFFObjectFile *Obj,
   outs() << "Function Table:\n"
          << format("  Start Address: 0x%04x\n", RF.StartAddress)
          << format("  End Address: 0x%04x\n", RF.EndAddress)
-         << format("  Unwind Info Address: 0x%04x\n\n", RF.UnwindInfoOffset);
+         << format("  Unwind Info Address: 0x%04x\n\n", RF.UnwindInfoOffset);
   uintptr_t addr;
   if (Obj->getRvaPtr(RF.UnwindInfoOffset, addr))
     return;