File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ extension SIMDStorage {
55
55
@inline ( never)
56
56
get {
57
57
// 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
59
59
fatalError ( """
60
60
Error! Called default SIMDStorage._vector impl?! A SIMDStorage class
61
61
overrides _hasVectorRepresentation to return true, but did not provide
@@ -83,7 +83,7 @@ extension SIMDStorage {
83
83
@inline ( never)
84
84
public init ( _storage: _InnerStorage ) {
85
85
// 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
87
87
fatalError ( """
88
88
Error! Called default SIMDStorage.init(_vector) impl?! A SIMDStorage class
89
89
overrides _hasVectorRepresentation to return true, but did not provide an
You can’t perform that action at this time.
0 commit comments