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 {
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
You can’t perform that action at this time.
0 commit comments