Skip to content

Commit 0ce1a02

Browse files
authored
Spelling unittests (#58560)
* spelling: existential Signed-off-by: Josh Soref <[email protected]> * spelling: indices Signed-off-by: Josh Soref <[email protected]> * spelling: interfaces Signed-off-by: Josh Soref <[email protected]> * spelling: witnesses Signed-off-by: Josh Soref <[email protected]> Co-authored-by: Josh Soref <[email protected]>
1 parent 7297998 commit 0ce1a02

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

unittests/runtime/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ if(("${SWIFT_HOST_VARIANT_SDK}" STREQUAL "${SWIFT_PRIMARY_VARIANT_SDK}") AND
127127
)
128128

129129
# The local stdlib implementation provides definitions of the swiftCore
130-
# interfaes to avoid pulling in swiftCore itself. Build the SwiftRuntimeTests
130+
# interfaces to avoid pulling in swiftCore itself. Build the SwiftRuntimeTests
131131
# with swiftCore_EXPORTS to permit exporting the stdlib interfaces.
132132
target_compile_definitions(SwiftRuntimeTests
133133
PRIVATE

unittests/runtime/ExtendedExistential.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- ExtendedExiential.cpp - Extended existential metadata unit tests -===//
1+
//===--- ExtendedExistential.cpp - Extended existential metadata unit tests -===//
22
//
33
// This source file is part of the Swift.org open source project
44
//
@@ -398,7 +398,7 @@ TEST(TestExtendedExistential, overrideValueWitnesses) {
398398
EXPECT_EQ(vwtable0, &table);
399399
}
400400

401-
TEST(TestExtendedExistential, defaultOpaqueValueWitnessses) {
401+
TEST(TestExtendedExistential, defaultOpaqueValueWitnesses) {
402402
auto shape0 = buildGlobalShape([]{
403403
return shape(
404404
shapeType(protocolType(P())),
@@ -441,7 +441,7 @@ TEST(TestExtendedExistential, defaultOpaqueValueWitnessses) {
441441
EXPECT_FALSE(vwtable2->isPOD());
442442
}
443443

444-
TEST(TestExtendedExistential, defaultClassValueWitnessses) {
444+
TEST(TestExtendedExistential, defaultClassValueWitnesses) {
445445
auto shape0 = buildGlobalShape([]{
446446
return shape(
447447
special(SpecialKind::Class),
@@ -487,7 +487,7 @@ TEST(TestExtendedExistential, defaultClassValueWitnessses) {
487487
EXPECT_FALSE(vwtable2->isPOD());
488488
}
489489

490-
TEST(TestExtendedExistential, defaultMetatypeValueWitnessses) {
490+
TEST(TestExtendedExistential, defaultMetatypeValueWitnesses) {
491491
auto shape0 = buildGlobalShape([]{
492492
return shape(
493493
special(SpecialKind::Metatype),

unittests/runtime/LongTests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ if(("${SWIFT_HOST_VARIANT_SDK}" STREQUAL "${SWIFT_PRIMARY_VARIANT_SDK}") AND
4848
)
4949

5050
# The local stdlib implementation provides definitions of the swiftCore
51-
# interfaes to avoid pulling in swiftCore itself. Build the
51+
# interfaces to avoid pulling in swiftCore itself. Build the
5252
# SwiftRuntimeLongTests with swiftCore_EXPORTS to permit exporting the stdlib
5353
# interfaces.
5454
target_compile_definitions(SwiftRuntimeLongTests

unittests/runtime/Stdlib.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ const long long $sSGMp[1] = {0};
229229
SWIFT_RUNTIME_STDLIB_INTERNAL
230230
const long long $sSiMn[1] = {0};
231231

232-
// DefaultIndicis
232+
// DefaultIndices
233233

234234
SWIFT_RUNTIME_STDLIB_INTERNAL
235235
const long long $sSIMn[1] = {0};

0 commit comments

Comments
 (0)