We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a42043 commit 270e018Copy full SHA for 270e018
include/swift/Runtime/Concurrent.h
@@ -44,7 +44,7 @@ template <class ElemTy> struct ConcurrentList {
44
}
45
46
/// Remove all of the links in the chain. This method leaves
47
- /// the list at an usable state and new links can be added.
+ /// the list at a usable state and new links can be added.
48
/// Notice that this operation is non-concurrent because
49
/// we have no way of ensuring that no one is currently
50
/// traversing the list.
0 commit comments