Skip to content

Commit

Permalink
comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
matklad committed Aug 22, 2019
1 parent 42fa58e commit 90baadd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inline_lazy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ impl<T: Sync> Lazy<T> {
});

// `self.0` is guaranteed to be `Some` by this point
// The `Once` will catch and propegate panics
// The `Once` will catch and propagate panics
unsafe {
match *self.0.as_ptr() {
Some(ref x) => x,
Expand Down

0 comments on commit 90baadd

Please sign in to comment.