diff options
| author | mdinger <mdinger.bugzilla@gmail.com> | 2014-08-07 15:14:16 -0400 |
|---|---|---|
| committer | mdinger <mdinger.bugzilla@gmail.com> | 2014-08-07 15:14:16 -0400 |
| commit | 0582a2d6e75299313d1b8e655b4161aa0225fcde (patch) | |
| tree | a2e101eff094a1918a3d39ac64dfb991e2259957 /src/libstd/sync | |
| parent | 8a02304a44bc9d1939b847b824006fcde99ec9e6 (diff) | |
| download | rust-0582a2d6e75299313d1b8e655b4161aa0225fcde.tar.gz rust-0582a2d6e75299313d1b8e655b4161aa0225fcde.zip | |
Fix typo
Diffstat (limited to 'src/libstd/sync')
| -rw-r--r-- | src/libstd/sync/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/sync/mod.rs b/src/libstd/sync/mod.rs index 1d189f8d4bc..c9526a64f46 100644 --- a/src/libstd/sync/mod.rs +++ b/src/libstd/sync/mod.rs @@ -10,7 +10,7 @@ //! Useful synchronization primitives //! -//! This modules contains useful safe and unsafe synchronization primitives. +//! This module contains useful safe and unsafe synchronization primitives. //! Most of the primitives in this module do not provide any sort of locking //! and/or blocking at all, but rather provide the necessary tools to build //! other types of concurrent primitives. |
