Rollup merge of #103526 - Rageking8:more-dupe-typos-again, r=Mark-Simulacrum
More dupe typos again There are some others in submodules, which I will file separate PRs for in their respective repos. Thanks.
This commit is contained in:
commit
cafb63d869
@ -114,7 +114,7 @@ fn do_send(&self, t: Message<T>) -> UpgradeResult {
|
||||
match self.queue.producer_addition().cnt.fetch_add(1, Ordering::SeqCst) {
|
||||
// As described in the mod's doc comment, -1 == wakeup
|
||||
-1 => UpWoke(self.take_to_wake()),
|
||||
// As as described before, SPSC queues must be >= -2
|
||||
// As described before, SPSC queues must be >= -2
|
||||
-2 => UpSuccess,
|
||||
|
||||
// Be sure to preserve the disconnected state, and the return value
|
||||
|
Loading…
Reference in New Issue
Block a user