[WebAssembly] Fix a typo in a comment.
authorDan Gohman <dan433584@gmail.com>
Tue, 8 Dec 2015 03:43:03 +0000 (03:43 +0000)
committerDan Gohman <dan433584@gmail.com>
Tue, 8 Dec 2015 03:43:03 +0000 (03:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254999 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/WebAssembly/WebAssemblyRegStackify.cpp

index 9fbde70634ac657924fd0c1de94e5ab26aaf9155..d890310ac5013e5a10c09fce4bf21d84c3a9e8a8 100644 (file)
@@ -15,7 +15,7 @@
 /// are then marked as "stackified", meaning references to them are replaced by
 /// "push" and "pop" from the stack.
 ///
 /// 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.
 ///
 //===----------------------------------------------------------------------===//
 /// expression don't need to be named.
 ///
 //===----------------------------------------------------------------------===//