Skip to content

Commit feb2673

Browse files
committed
Rollup merge of #31146 - angelsl:patch-1, r=steveklabnik
2 parents 4d99bad + ac27ec2 commit feb2673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/sync/semaphore.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
of resources is currently unclear",
1414
issue = "27798")]
1515
#![rustc_deprecated(since = "1.7.0",
16-
reason = "easily confused with system sempahores and not \
16+
reason = "easily confused with system semaphores and not \
1717
used enough to pull its weight")]
1818
#![allow(deprecated)]
1919

0 commit comments

Comments
 (0)