[WebAssembly] Fix a typo in a comment.
[oota-llvm.git] / lib / Object / RecordStreamer.cpp
index 081faddc214c0f6f8737498ab70b7dd065c0ea50..42dbd3e0c2d886e174b1435c5d6a732f05bb35a8 100644 (file)
@@ -89,7 +89,7 @@ bool RecordStreamer::EmitSymbolAttribute(MCSymbol *Symbol,
   return true;
 }
 
-void RecordStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol,
+void RecordStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol,
                                   uint64_t Size, unsigned ByteAlignment) {
   markDefined(*Symbol);
 }