Skip to content

Commit 79330e1

Browse files
Apply suggestion from @MaxDesiatov
Co-authored-by: Max Desiatov <m_desiatov@apple.com>
1 parent be87e7f commit 79330e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftSDKGenerator/SwiftSDKRecipes/WebAssemblyRecipe.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ package struct WebAssemblyRecipe: SwiftSDKRecipe {
206206
}
207207
}
208208

209-
// Copy the WASI sysroot into the SDK bundle.
209+
// Copy the WASI sysroot into the Swift SDK bundle.
210210
let sdkDirPath = pathsConfiguration.swiftSDKRootPath.appending("WASI.sdk")
211211
try await generator.rsyncContents(from: self.wasiSysroot, to: sdkDirPath)
212212

0 commit comments

Comments
 (0)