From 4474471834be491ad1c6de19da0fa82bf667e70a Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 8 Dec 2015 03:43:03 +0000 Subject: [PATCH] [WebAssembly] Fix a typo in a comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254999 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/WebAssembly/WebAssemblyRegStackify.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp b/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp index 9fbde70634a..d890310ac50 100644 --- a/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp +++ b/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. /// //===----------------------------------------------------------------------===// -- 2.34.1