[llvm] r332632 - [WebAssembly] MC: Fix typo in comment

Sam Clegg via llvm-commits llvm-commits at lists.llvm.org
Thu May 17 10:15:15 PDT 2018


Author: sbc
Date: Thu May 17 10:15:15 2018
New Revision: 332632

URL: http://llvm.org/viewvc/llvm-project?rev=332632&view=rev
Log:
[WebAssembly] MC: Fix typo in comment

Modified:
    llvm/trunk/lib/MC/WasmObjectWriter.cpp

Modified: llvm/trunk/lib/MC/WasmObjectWriter.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/MC/WasmObjectWriter.cpp?rev=332632&r1=332631&r2=332632&view=diff
==============================================================================
--- llvm/trunk/lib/MC/WasmObjectWriter.cpp (original)
+++ llvm/trunk/lib/MC/WasmObjectWriter.cpp Thu May 17 10:15:15 2018
@@ -225,7 +225,7 @@ class WasmObjectWriter : public MCObject
   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>




More information about the llvm-commits mailing list