We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab46a38 commit a9c7d3fCopy full SHA for a9c7d3f
src/libstd/arc.rs
@@ -1,4 +1,4 @@
1
-// Copyright 2012 The Rust Project Developers. See the COPYRIGHT
+// Copyright 2012-2013 The Rust Project Developers. See the COPYRIGHT
2
// file at the top-level directory of this distribution and at
3
// http://rust-lang.org/COPYRIGHT.
4
//
@@ -21,7 +21,7 @@ use core::unstable::sync::UnsafeAtomicRcBox;
21
use core::ptr;
22
use core::task;
23
24
-/// As sync::condvar, a mechanism for unlock-and-descheduling and signalling.
+/// As sync::condvar, a mechanism for unlock-and-descheduling and signaling.
25
pub struct Condvar<'self> {
26
is_mutex: bool,
27
failed: &'self mut bool,
0 commit comments