[llvm] r254999 - [WebAssembly] Fix a typo in a comment.

Dan Gohman via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 7 19:43:03 PST 2015


Author: djg
Date: Mon Dec  7 21:43:03 2015
New Revision: 254999

URL: http://llvm.org/viewvc/llvm-project?rev=254999&view=rev
Log:
[WebAssembly] Fix a typo in a comment.

Modified:
    llvm/trunk/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp

Modified: llvm/trunk/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp?rev=254999&r1=254998&r2=254999&view=diff
==============================================================================
--- llvm/trunk/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp (original)
+++ llvm/trunk/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp Mon Dec  7 21:43:03 2015
@@ -15,7 +15,7 @@
 /// are then marked as "stackified", meaning references to them are replaced by
 /// "push" and "pop" from the stack.
 ///
-/// This is primarily a code size optimiation, since temporary values on the
+/// This is primarily a code size optimization, since temporary values on the
 /// expression don't need to be named.
 ///
 //===----------------------------------------------------------------------===//




More information about the llvm-commits mailing list