Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Oct 2, 2016
1 parent fe36876 commit a638580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/sync/atomic.rs
Expand Up @@ -95,7 +95,7 @@ pub struct AtomicBool {
#[cfg(target_has_atomic = "8")]
#[stable(feature = "rust1", since = "1.0.0")]
impl Default for AtomicBool {
/// Creates an `AtomicBool` initialised as false.
/// Creates an `AtomicBool` initialized to `false`.
fn default() -> Self {
Self::new(false)
}
Expand Down

0 comments on commit a638580

Please sign in to comment.