Skip to content

Commit c819866

Browse files
committed
Fix wording
1 parent 608777d commit c819866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/target/parser.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ impl<'a> TargetInfo<'a> {
290290
// The three-component case is a bit tricky to handle, it could
291291
// either have the format `arch-vendor-os` or `arch-os-env+abi`.
292292
[vendor_or_os, os_or_envabi] => {
293-
// We delineate between these by checking if the last
293+
// We differentiate between these by checking if the last
294294
// component is an env/ABI; if it isn't, then it's probably
295295
// an OS instead.
296296
if let Some((env, abi)) = parse_envabi(os_or_envabi) {

0 commit comments

Comments
 (0)