about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2016-01-23 09:38:44 -0500
committerSteve Klabnik <steve@steveklabnik.com>2016-01-23 09:38:44 -0500
commitfeb2673654a6c1d6aeb36b451081032cd46a7390 (patch)
tree313e2d985bcc9aca680a27e60a90182f48db2611 /src
parent4d99bad15870131a9131a58dfba297e44b1c930b (diff)
parentac27ec2a4877fcbf778e103022c5e654f8c248b0 (diff)
downloadrust-feb2673654a6c1d6aeb36b451081032cd46a7390.tar.gz
rust-feb2673654a6c1d6aeb36b451081032cd46a7390.zip
Rollup merge of #31146 - angelsl:patch-1, r=steveklabnik
Diffstat (limited to 'src')
-rw-r--r--src/libstd/sync/semaphore.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/sync/semaphore.rs b/src/libstd/sync/semaphore.rs
index 8f08c840c21..ac5ce298c5c 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)]