We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e86827f + 719400c commit ba127e7Copy full SHA for ba127e7
lib/Option/SanitizerOptions.cpp
@@ -141,7 +141,7 @@ OptionSet<SanitizerKind> swift::parseSanitizerArgValues(
141
}
142
SanitizerKind kind = optKind.getValue();
143
144
- // Support is determined by existance of the sanitizer library.
+ // Support is determined by existence of the sanitizer library.
145
auto fileName = toFileName(kind);
146
bool isShared = (kind != SanitizerKind::Fuzzer);
147
bool sanitizerSupported = sanitizerRuntimeLibExists(fileName, isShared);
0 commit comments