git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254999
91177308-0d34-0410-b5e6-
96231b3b80d8
/// 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.
///
//===----------------------------------------------------------------------===//