Skip to content

Commit 270e018

Browse files
committed
Whoops, undo unnecessary correction
1 parent 1a42043 commit 270e018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/Runtime/Concurrent.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ template <class ElemTy> struct ConcurrentList {
4444
}
4545

4646
/// Remove all of the links in the chain. This method leaves
47-
/// the list at an usable state and new links can be added.
47+
/// the list at a usable state and new links can be added.
4848
/// Notice that this operation is non-concurrent because
4949
/// we have no way of ensuring that no one is currently
5050
/// traversing the list.

0 commit comments

Comments
 (0)