1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

[WebAssembly] Fix a typo in a comment.

llvm-svn: 254999
This commit is contained in:
Dan Gohman 2015-12-08 03:43:03 +00:00
parent 12b7110b35
commit c83f6a4411

View File

@ -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.
///
//===----------------------------------------------------------------------===//