From ac27ec2a4877fcbf778e103022c5e654f8c248b0 Mon Sep 17 00:00:00 2001 From: angelsl Date: Sat, 23 Jan 2016 22:15:59 +0800 Subject: [PATCH] Semaphore not sempahore --- src/libstd/sync/semaphore.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libstd/sync/semaphore.rs b/src/libstd/sync/semaphore.rs index 8f08c840c218b..ac5ce298c5c6f 100644 --- a/src/libstd/sync/semaphore.rs +++ b/src/libstd/sync/semaphore.rs @@ -13,7 +13,7 @@ of resources is currently unclear", issue = "27798")] #![rustc_deprecated(since = "1.7.0", - reason = "easily confused with system sempahores and not \ + reason = "easily confused with system semaphores and not \ used enough to pull its weight")] #![allow(deprecated)]