From 99d39463987251cd85d3b7abe8eec02bcea10686 Mon Sep 17 00:00:00 2001 From: Heejin Ahn Date: Wed, 26 Dec 2018 22:27:46 +0000 Subject: [WebAssembly] Fix typos in comments in RegStackify (NFC) llvm-svn: 350075 --- llvm/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm/lib/Target') diff --git a/llvm/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp b/llvm/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp index efd8dbe00f2..3aeb2835302 100644 --- a/llvm/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp +++ b/llvm/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; -- cgit v1.2.3