]> granicus.if.org Git - llvm/commitdiff
[WebAssembly] Fix typos in comments in RegStackify (NFC)
authorHeejin Ahn <aheejin@gmail.com>
Wed, 26 Dec 2018 22:27:46 +0000 (22:27 +0000)
committerHeejin Ahn <aheejin@gmail.com>
Wed, 26 Dec 2018 22:27:46 +0000 (22:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@350075 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/WebAssembly/WebAssemblyRegStackify.cpp

index efd8dbe00f22dddab78231ff782f6747f0ac1636..3aeb28353029ea6e5356f7d365a1bc9306ce493a 100644 (file)
@@ -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;