NativeTargetInfo.zig: fix typo
This commit is contained in:
committed by
Andrew Kelley
parent
11d14a23a3
commit
a7661f115d
@@ -390,7 +390,7 @@ fn detectAbiAndDynamicLinker(
|
||||
error.FileTooBig,
|
||||
error.Unexpected,
|
||||
=> |e| {
|
||||
std.log.warn("Encoutered error: {s}, falling back to default ABI and dynamic linker.\n", .{@errorName(e)});
|
||||
std.log.warn("Encountered error: {s}, falling back to default ABI and dynamic linker.\n", .{@errorName(e)});
|
||||
return defaultAbiAndDynamicLinker(cpu, os, cross_target);
|
||||
},
|
||||
|
||||
@@ -447,7 +447,7 @@ fn detectAbiAndDynamicLinker(
|
||||
error.NameTooLong,
|
||||
// Finally, we fall back on the standard path.
|
||||
=> |e| {
|
||||
std.log.warn("Encoutered error: {s}, falling back to default ABI and dynamic linker.\n", .{@errorName(e)});
|
||||
std.log.warn("Encountered error: {s}, falling back to default ABI and dynamic linker.\n", .{@errorName(e)});
|
||||
return defaultAbiAndDynamicLinker(cpu, os, cross_target);
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user