Skip to content

Commit

Permalink
Use an existing constant name as an example.
Browse files Browse the repository at this point in the history
  • Loading branch information
Antti committed Aug 11, 2016
1 parent 1222f5d commit 4b54dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/sync/atomic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
//! atomically-reference-counted shared pointer).
//!
//! Most atomic types may be stored in static variables, initialized using
//! the provided static initializers like `INIT_ATOMIC_BOOL`. Atomic statics
//! the provided static initializers like `ATOMIC_BOOL_INIT`. Atomic statics
//! are often used for lazy global initialization.
//!
//!
Expand Down

0 comments on commit 4b54dd7

Please sign in to comment.