diff options
| author | Dan Gohman <dan433584@gmail.com> | 2015-12-08 03:43:03 +0000 |
|---|---|---|
| committer | Dan Gohman <dan433584@gmail.com> | 2015-12-08 03:43:03 +0000 |
| commit | 31448f16b681b4244536c38d3bdf0c8893aba074 (patch) | |
| tree | 89d6bf88073b93c15afb46a3756b4ca97d85c332 /llvm/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp | |
| parent | fd98ea89d9eb461713199bed5e27a94f44aeaba8 (diff) | |
| download | bcm5719-llvm-31448f16b681b4244536c38d3bdf0c8893aba074.tar.gz bcm5719-llvm-31448f16b681b4244536c38d3bdf0c8893aba074.zip | |
[WebAssembly] Fix a typo in a comment.
llvm-svn: 254999
Diffstat (limited to 'llvm/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp')
| -rw-r--r-- | llvm/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp b/llvm/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp index 9fbde70634a..d890310ac50 100644 --- a/llvm/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp +++ b/llvm/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp @@ -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. /// //===----------------------------------------------------------------------===// |

