Typo corrected and updated copyright years
This commit is contained in:
parent
ab46a38039
commit
a9c7d3f775
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
// Copyright 2012 The Rust Project Developers. See the COPYRIGHT
|
// Copyright 2012-2013 The Rust Project Developers. See the COPYRIGHT
|
||||||
// file at the top-level directory of this distribution and at
|
// file at the top-level directory of this distribution and at
|
||||||
// http://rust-lang.org/COPYRIGHT.
|
// http://rust-lang.org/COPYRIGHT.
|
||||||
//
|
//
|
||||||
|
@ -21,7 +21,7 @@ use core::unstable::sync::UnsafeAtomicRcBox;
|
||||||
use core::ptr;
|
use core::ptr;
|
||||||
use core::task;
|
use core::task;
|
||||||
|
|
||||||
/// As sync::condvar, a mechanism for unlock-and-descheduling and signalling.
|
/// As sync::condvar, a mechanism for unlock-and-descheduling and signaling.
|
||||||
pub struct Condvar<'self> {
|
pub struct Condvar<'self> {
|
||||||
is_mutex: bool,
|
is_mutex: bool,
|
||||||
failed: &'self mut bool,
|
failed: &'self mut bool,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue