diff --git a/Sources/Atomics/HighLevelTypes.swift.gyb b/Sources/Atomics/HighLevelTypes.swift.gyb index 63d5bd2..6392886 100644 --- a/Sources/Atomics/HighLevelTypes.swift.gyb +++ b/Sources/Atomics/HighLevelTypes.swift.gyb @@ -191,7 +191,7 @@ extension ${type} { /// } /// ``` /// - /// The `succesOrdering` argument specifies the memory ordering to use when + /// The `successOrdering` argument specifies the memory ordering to use when /// the operation manages to update the current value, while `failureOrdering` /// will be used when the operation leaves the value intact. /// diff --git a/Sources/Atomics/autogenerated/HighLevelTypes.swift b/Sources/Atomics/autogenerated/HighLevelTypes.swift index b0c2c35..d15dc95 100644 --- a/Sources/Atomics/autogenerated/HighLevelTypes.swift +++ b/Sources/Atomics/autogenerated/HighLevelTypes.swift @@ -192,7 +192,7 @@ extension UnsafeAtomic { /// } /// ``` /// - /// The `succesOrdering` argument specifies the memory ordering to use when + /// The `successOrdering` argument specifies the memory ordering to use when /// the operation manages to update the current value, while `failureOrdering` /// will be used when the operation leaves the value intact. /// @@ -598,7 +598,7 @@ extension ManagedAtomic { /// } /// ``` /// - /// The `succesOrdering` argument specifies the memory ordering to use when + /// The `successOrdering` argument specifies the memory ordering to use when /// the operation manages to update the current value, while `failureOrdering` /// will be used when the operation leaves the value intact. ///