1
Fork 0

fix some typos

This commit is contained in:
KaDiWa 2022-12-25 00:43:50 +01:00
parent 7e4f4660eb
commit 7b371d2ad9
No known key found for this signature in database
GPG key ID: 0B52AE391C674CE5
9 changed files with 10 additions and 10 deletions

View file

@ -2291,7 +2291,7 @@ impl Target {
} else {
return Some(Err(format!(
"'{}' is not a valid value for lld-flavor. \
Use 'darwin', 'gnu', 'link' or 'wasm.",
Use 'darwin', 'gnu', 'link' or 'wasm'.",
s)))
}
Some(Ok(()))