From: Krasimir Georgiev Date: Tue, 5 Feb 2019 15:00:56 +0000 (+0000) Subject: Fix typo in comment, NFCI X-Git-Tag: llvmorg-10-init~12772 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=12971803c4dcd716d85ed90209925593c404a528;p=platform%2Fupstream%2Fllvm.git Fix typo in comment, NFCI llvm-svn: 353176 --- diff --git a/llvm/utils/TableGen/WebAssemblyDisassemblerEmitter.cpp b/llvm/utils/TableGen/WebAssemblyDisassemblerEmitter.cpp index 9f5ae70f..365cba5 100644 --- a/llvm/utils/TableGen/WebAssemblyDisassemblerEmitter.cpp +++ b/llvm/utils/TableGen/WebAssemblyDisassemblerEmitter.cpp @@ -68,7 +68,7 @@ void emitWebAssemblyDisassemblerTables( // If the new one is explicitly marked as canonical, take it. if (!IsCanonicalNew) { // Neither the existing or new instruction is canonical. - // Pick the one with with the shortest name as heuristic. + // Pick the one with the shortest name as heuristic. // Though ideally IsCanonical is always defined for at least one // variant so this never has to apply. if (CGIP.second->AsmString.size() <= CGI.AsmString.size())