We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 608777d commit c819866Copy full SHA for c819866
src/target/parser.rs
@@ -290,7 +290,7 @@ impl<'a> TargetInfo<'a> {
290
// The three-component case is a bit tricky to handle, it could
291
// either have the format `arch-vendor-os` or `arch-os-env+abi`.
292
[vendor_or_os, os_or_envabi] => {
293
- // We delineate between these by checking if the last
+ // We differentiate between these by checking if the last
294
// component is an env/ABI; if it isn't, then it's probably
295
// an OS instead.
296
if let Some((env, abi)) = parse_envabi(os_or_envabi) {
0 commit comments