From: Heejin Ahn Date: Wed, 26 Dec 2018 22:27:46 +0000 (+0000) Subject: [WebAssembly] Fix typos in comments in RegStackify (NFC) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ad12b4d76897a5c289c46b3bc8f70d5b8d9dfcb7;p=llvm [WebAssembly] Fix typos in comments in RegStackify (NFC) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@350075 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp b/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp index efd8dbe00f2..3aeb2835302 100644 --- a/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp +++ b/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp @@ -755,9 +755,9 @@ public: /// tried for the current instruction and didn't work. class CommutingState { /// There are effectively three states: the initial state where we haven't - /// started commuting anything and we don't know anything yet, the tenative + /// started commuting anything and we don't know anything yet, the tentative /// state where we've commuted the operands of the current instruction and are - /// revisting it, and the declined state where we've reverted the operands + /// revisiting it, and the declined state where we've reverted the operands /// back to their original order and will no longer commute it further. bool TentativelyCommuting; bool Declined;