From 19804db2e3908ec88b94446ce3a6f68859379e52 Mon Sep 17 00:00:00 2001 From: Vlad-Shcherbina Date: Sun, 8 Sep 2019 01:32:49 +0300 Subject: [PATCH] Fix docs typo --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index cbb21ac..fa4f9d6 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -13,7 +13,7 @@ //! implemented with the `pipe` syscall and read/write ends of a pipe and on //! Windows this is implemented literally with IPC semaphores. //! -//! The jobserver protocol in `make` also dictates when tokens are acquire to +//! The jobserver protocol in `make` also dictates when tokens are acquired to //! run child work, and clients using this crate should take care to implement //! such details to ensure correct interoperation with `make` itself. //!