Skip to content

Commit beb9dd9

Browse files
authored
Spelling test lit.cfg (#58603)
1 parent 9c6b703 commit beb9dd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/lit.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2454,7 +2454,7 @@ config.substitutions.append(('%raw-FileCheck', shell_quote(config.filecheck)))
24542454
config.substitutions.append(('%import-libdispatch', getattr(config, 'import_libdispatch', '')))
24552455
config.substitutions.append(('%import-static-libdispatch', getattr(config, 'import_libdispatch_static', '')))
24562456

2457-
# Disabe COW sanity checks in the swift runtime by default.
2457+
# Disable COW sanity checks in the swift runtime by default.
24582458
# (But it's required to set this environment variable to something)
24592459
config.environment['SWIFT_DEBUG_ENABLE_COW_CHECKS'] = 'false'
24602460

@@ -2528,7 +2528,7 @@ if copy_env is not None:
25282528
config.environment[key] = os.environ[key]
25292529

25302530
# On macOS reflection information is read through the dyld APIs
2531-
# On other platorms, this information is exported through extra
2531+
# On other platforms, this information is exported through extra
25322532
# entry points in the Swift runtime that are only available in debug builds.
25332533
# Windows currently does not support basic reflection support.
25342534
if 'objc_interop' in config.available_features or ('swift_stdlib_asserts' in config.available_features and not kIsWindows):

0 commit comments

Comments
 (0)