From 0582a2d6e75299313d1b8e655b4161aa0225fcde Mon Sep 17 00:00:00 2001 From: mdinger Date: Thu, 7 Aug 2014 15:14:16 -0400 Subject: Fix typo --- src/libstd/sync/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstd/sync') 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. -- cgit 1.4.1-3-g733a5