From: Timur Iskhodzhanov Date: Fri, 20 Dec 2013 17:52:31 +0000 (+0000) Subject: Fix yet another typo X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9413345f40c92f89b81edfc55a18fbd852dacd45;p=oota-llvm.git Fix yet another typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197821 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/MC/MCStreamer.h b/include/llvm/MC/MCStreamer.h index 8ffce721ce7..40d90096263 100644 --- a/include/llvm/MC/MCStreamer.h +++ b/include/llvm/MC/MCStreamer.h @@ -413,7 +413,7 @@ public: /// EmitCOFFSecRel32 - Emits a COFF section relative relocation. /// - /// @param Symbol - Symbol the section relative realocation should point to. + /// @param Symbol - Symbol the section relative relocation should point to. virtual void EmitCOFFSecRel32(MCSymbol const *Symbol); /// EmitELFSize - Emit an ELF .size directive.