diff --git a/src/stacked_borrows.rs b/src/stacked_borrows.rs index e06943f2ba0..31f80fe2f6c 100644 --- a/src/stacked_borrows.rs +++ b/src/stacked_borrows.rs @@ -407,7 +407,7 @@ fn reborrow( // alias with `&mut`. // FIXME: This means that the `dereferencable` attribute on non-frozen shared // references is incorrect! They are dereferencable when the function is - // called, but might become non-dereferencable during the coruse of execution. + // called, but might become non-dereferencable during the course of execution. // Also see [1], [2]. // // [1]: