[PATCH] D148567: [WebAssembly][NFC] Fix typos.

Hiroshi Yamauchi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 17 13:54:43 PDT 2023


yamauchi created this revision.
yamauchi added reviewers: aheejin, sbc100.
Herald added subscribers: pmatos, asb, ecnelises, sunfish, hiraditya, jgravelle-google, dschuff.
Herald added a project: All.
yamauchi requested review of this revision.
Herald added a project: LLVM.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D148567

Files:
  llvm/lib/Target/WebAssembly/README.txt


Index: llvm/lib/Target/WebAssembly/README.txt
===================================================================
--- llvm/lib/Target/WebAssembly/README.txt
+++ llvm/lib/Target/WebAssembly/README.txt
@@ -17,7 +17,7 @@
 applications that can run in browsers and other environments.
 
 wasi-sdk provides a more minimal C/C++ SDK based on clang, llvm and a libc based
-on musl, for producing WebAssemmbly applictions that use the WASI ABI.
+on musl, for producing WebAssembly applications that use the WASI ABI.
 
 Rust provides WebAssembly support integrated into Cargo. There are two
 main options:


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148567.514392.patch
Type: text/x-patch
Size: 598 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230417/e18f8999/attachment.bin>


More information about the llvm-commits mailing list