Fix yet another typo
authorTimur Iskhodzhanov <timurrrr@google.com>
Fri, 20 Dec 2013 17:52:31 +0000 (17:52 +0000)
committerTimur Iskhodzhanov <timurrrr@google.com>
Fri, 20 Dec 2013 17:52:31 +0000 (17:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197821 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/MC/MCStreamer.h

index 8ffce721ce70ab12852031eb9b054a752073128f..40d90096263f16919ac1b90b2ff184b8c8c0b942 100644 (file)
@@ -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.