OSDN Git Service

[WebAssembly] MC: Fix typo in comment
authorSam Clegg <sbc@chromium.org>
Thu, 17 May 2018 17:15:15 +0000 (17:15 +0000)
committerSam Clegg <sbc@chromium.org>
Thu, 17 May 2018 17:15:15 +0000 (17:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@332632 91177308-0d34-0410-b5e6-96231b3b80d8

lib/MC/WasmObjectWriter.cpp

index c973332..0696d6f 100644 (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>