From bbf2ca70a2b5174b79bbd46b7abe476874e87322 Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Fri, 11 Oct 2024 07:52:11 -0700 Subject: [PATCH] Fix documentation typo Co-authored-by: Yuta Saito --- cmake/wasi-sdk-sysroot.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/wasi-sdk-sysroot.cmake b/cmake/wasi-sdk-sysroot.cmake index 7df4c731d..7b0b85d5e 100644 --- a/cmake/wasi-sdk-sysroot.cmake +++ b/cmake/wasi-sdk-sysroot.cmake @@ -93,7 +93,7 @@ add_custom_target(compiler-rt-post-build COMMAND ${CMAKE_COMMAND} -E copy_directory ${clang_resource_dir}/include ${wasi_resource_dir}/include - # Copy the `lib/wasi` folder to `libc/wasi{p1,p2}{-threads}?` to ensure that + # Copy the `lib/wasi` folder to `lib/wasi{p1,p2}{-threads}?` to ensure that # those OS-strings also work for looking up the compiler-rt.a file. COMMAND ${CMAKE_COMMAND} -E copy_directory ${wasi_resource_dir}/lib/wasi ${wasi_resource_dir}/lib/wasi-threads