[WebAssembly] MC: Fix typo in comment

llvm-svn: 332632
This commit is contained in:
Sam Clegg 2018-05-17 17:15:15 +00:00
parent 8a534b03c1
commit c0d41195b5
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ class WasmObjectWriter : public MCObjectWriter {
DenseMap<const MCSectionWasm *, std::vector<WasmRelocationEntry>>
CustomSectionsRelocations;
// Map from section to fintining function.
// Map from section to defining function symbol.
DenseMap<const MCSection *, const MCSymbol *> SectionFunctions;
DenseMap<WasmFunctionType, int32_t, WasmFunctionTypeDenseMapInfo>