Skip to content

Commit c0d4119

Browse files
committedMay 17, 2018
[WebAssembly] MC: Fix typo in comment
llvm-svn: 332632
1 parent 8a534b0 commit c0d4119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎llvm/lib/MC/WasmObjectWriter.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ class WasmObjectWriter : public MCObjectWriter {
225225
DenseMap<const MCSectionWasm *, std::vector<WasmRelocationEntry>>
226226
CustomSectionsRelocations;
227227

228-
// Map from section to fintining function.
228+
// Map from section to defining function symbol.
229229
DenseMap<const MCSection *, const MCSymbol *> SectionFunctions;
230230

231231
DenseMap<WasmFunctionType, int32_t, WasmFunctionTypeDenseMapInfo>

0 commit comments

Comments
 (0)
Please sign in to comment.