From 706668176ff9f831760992edc60fb209cbb808ce Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Thu, 17 May 2018 17:15:15 +0000 Subject: [PATCH] [WebAssembly] MC: Fix typo in comment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@332632 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/MC/WasmObjectWriter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/MC/WasmObjectWriter.cpp b/lib/MC/WasmObjectWriter.cpp index c9733328a7b..0696d6f4952 100644 --- a/lib/MC/WasmObjectWriter.cpp +++ b/lib/MC/WasmObjectWriter.cpp @@ -225,7 +225,7 @@ class WasmObjectWriter : public MCObjectWriter { DenseMap> CustomSectionsRelocations; - // Map from section to fintining function. + // Map from section to defining function symbol. DenseMap SectionFunctions; DenseMap