Skip to content

Commit 79e302f

Browse files
authored
Merge pull request #58599 from jsoref/spelling-test-inputs
spelling: overridden
2 parents 662887b + ff2ad4b commit 79e302f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Inputs/polymorphic_builtins.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ extension SIMDStorage {
5555
@inline(never)
5656
get {
5757
// Will never be called unless `_hasVectorRepresentation == true`,
58-
// in which case this implementation would be overriden in stdlib
58+
// in which case this implementation would be overridden in stdlib
5959
fatalError("""
6060
Error! Called default SIMDStorage._vector impl?! A SIMDStorage class
6161
overrides _hasVectorRepresentation to return true, but did not provide
@@ -83,7 +83,7 @@ extension SIMDStorage {
8383
@inline(never)
8484
public init(_storage: _InnerStorage) {
8585
// Will never be called unless `_hasVectorRepresentation == true`, in
86-
// which case this implementation would be overriden in stdlib
86+
// which case this implementation would be overridden in stdlib
8787
fatalError("""
8888
Error! Called default SIMDStorage.init(_vector) impl?! A SIMDStorage class
8989
overrides _hasVectorRepresentation to return true, but did not provide an

0 commit comments

Comments
 (0)