Skip to content

Commit a9c7d3f

Browse files
author
Olivier Saut
committed
Typo corrected and updated copyright years
1 parent ab46a38 commit a9c7d3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libstd/arc.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2012 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2012-2013 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution and at
33
// http://rust-lang.org/COPYRIGHT.
44
//
@@ -21,7 +21,7 @@ use core::unstable::sync::UnsafeAtomicRcBox;
2121
use core::ptr;
2222
use core::task;
2323

24-
/// As sync::condvar, a mechanism for unlock-and-descheduling and signalling.
24+
/// As sync::condvar, a mechanism for unlock-and-descheduling and signaling.
2525
pub struct Condvar<'self> {
2626
is_mutex: bool,
2727
failed: &'self mut bool,

0 commit comments

Comments
 (0)