Skip to content

Commit ba127e7

Browse files
authored
Merge pull request #58586 from jsoref/spelling-lib-option
spelling: existence
2 parents e86827f + 719400c commit ba127e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Option/SanitizerOptions.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ OptionSet<SanitizerKind> swift::parseSanitizerArgValues(
141141
}
142142
SanitizerKind kind = optKind.getValue();
143143

144-
// Support is determined by existance of the sanitizer library.
144+
// Support is determined by existence of the sanitizer library.
145145
auto fileName = toFileName(kind);
146146
bool isShared = (kind != SanitizerKind::Fuzzer);
147147
bool sanitizerSupported = sanitizerRuntimeLibExists(fileName, isShared);

0 commit comments

Comments
 (0)