Skip to content

Commit 4e55f43

Browse files
authored
Merge pull request #36438 from eltociear/patch-11
2 parents 16f3387 + c8febe0 commit 4e55f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/prespecialized-metadata/class-class-flags-run.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class Clazz<T> {
4040

4141
func doit() {
4242
assertIsPrespecialized(Clazz<Int>.self, is: true)
43-
assertIsPrespecialized(clazzArgument: Int.self, is: true) // Clazz<Int> is prespecialized by the preceeding call
43+
assertIsPrespecialized(clazzArgument: Int.self, is: true) // Clazz<Int> is prespecialized by the preceding call
4444

4545
assertIsPrespecialized(clazzArgument: Double.self, is: false) // Clazz<Double> is not prespecialized
4646
}

0 commit comments

Comments
 (0)