Skip to content

Commit 5e491e3

Browse files
[gardening] Fix recently introduced typo: "traget" → "target"
1 parent 451a104 commit 5e491e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Option/SanitizerOptions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ SanitizerKind swift::parseSanitizerArgValues(const llvm::opt::Arg *A,
4848
}
4949
}
5050

51-
// Check if the traget is supported for this sanitizer.
51+
// Check if the target is supported for this sanitizer.
5252
if (!Triple.isOSDarwin() && kind != SanitizerKind::None) {
5353
SmallVector<char, 128> buffer;
5454
Diags.diagnose(SourceLoc(), diag::error_unsupported_opt_for_target,

0 commit comments

Comments
 (0)