[llvm] r197821 - Fix yet another typo
Timur Iskhodzhanov
timurrrr at google.com
Fri Dec 20 09:52:31 PST 2013
Author: timurrrr
Date: Fri Dec 20 11:52:31 2013
New Revision: 197821
URL: http://llvm.org/viewvc/llvm-project?rev=197821&view=rev
Log:
Fix yet another typo
Modified:
llvm/trunk/include/llvm/MC/MCStreamer.h
Modified: llvm/trunk/include/llvm/MC/MCStreamer.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/MC/MCStreamer.h?rev=197821&r1=197820&r2=197821&view=diff
==============================================================================
--- llvm/trunk/include/llvm/MC/MCStreamer.h (original)
+++ llvm/trunk/include/llvm/MC/MCStreamer.h Fri Dec 20 11:52:31 2013
@@ -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.
More information about the llvm-commits
mailing list