diff options
author | Rui Ueyama <ruiu@google.com> | 2014-03-04 04:22:41 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2014-03-04 04:22:41 +0000 |
commit | fd3cb9e37ff27684decdfd272bd7852c42fa1bff (patch) | |
tree | 69d477287a792ae08c9521a036dc5f135d59a4d0 /llvm/tools/llvm-objdump | |
parent | 8c1d4c948a00feb5d379ab74d186da8086c8ed59 (diff) | |
download | bcm5719-llvm-fd3cb9e37ff27684decdfd272bd7852c42fa1bff.tar.gz bcm5719-llvm-fd3cb9e37ff27684decdfd272bd7852c42fa1bff.zip |
Fix typo.
llvm-svn: 202787
Diffstat (limited to 'llvm/tools/llvm-objdump')
-rw-r--r-- | llvm/tools/llvm-objdump/COFFDump.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/tools/llvm-objdump/COFFDump.cpp b/llvm/tools/llvm-objdump/COFFDump.cpp index df47324422d..cfca40fd492 100644 --- a/llvm/tools/llvm-objdump/COFFDump.cpp +++ b/llvm/tools/llvm-objdump/COFFDump.cpp @@ -451,7 +451,7 @@ static void printWin64EHUnwindInfo(const Win64EH::UnwindInfo *UI) { outs().flush(); } -/// Prints out the given RuntumeFunction struct for x64, assuming that Obj is +/// Prints out the given RuntimeFunction struct for x64, assuming that Obj is /// pointing to an executable file. static void printRuntimeFunction(const COFFObjectFile *Obj, const RuntimeFunction &RF) { @@ -467,8 +467,8 @@ static void printRuntimeFunction(const COFFObjectFile *Obj, printWin64EHUnwindInfo(reinterpret_cast<const Win64EH::UnwindInfo *>(addr)); } -/// Prints out the given RuntumeFunction struct for x64, assuming that Obj is -/// pointing to an object file. Unlike executable, fields in RuntumeFunction +/// Prints out the given RuntimeFunction struct for x64, assuming that Obj is +/// pointing to an object file. Unlike executable, fields in RuntimeFunction /// struct are filled with zeros, but instead there are relocations pointing to /// them so that the linker will fill targets' RVAs to the fields at link /// time. This function interprets the relocations to find the data to be used |