From 3fd043931e6d37f211e682980edc6e12e9d4fc54 Mon Sep 17 00:00:00 2001 From: Nylonicious <50183564+nylonicious@users.noreply.github.com> Date: Thu, 17 Sep 2020 08:03:38 +0200 Subject: sync: fix some doc typos (#2838) Fixes #2781. --- tokio/src/sync/semaphore.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tokio/src/sync/semaphore.rs') diff --git a/tokio/src/sync/semaphore.rs b/tokio/src/sync/semaphore.rs index 136f14e6..4f8b0026 100644 --- a/tokio/src/sync/semaphore.rs +++ b/tokio/src/sync/semaphore.rs @@ -1,7 +1,7 @@ use super::batch_semaphore as ll; // low level implementation use std::sync::Arc; -/// Counting semaphore performing asynchronous permit aquisition. +/// Counting semaphore performing asynchronous permit acquisition. /// /// A semaphore maintains a set of permits. Permits are used to synchronize /// access to a shared resource. A semaphore differs from a mutex in that it -- cgit v1.2.3