diff --git a/tests/compile-fail/stacked_borrows/deallocate_against_barrier2.rs b/tests/compile-fail/stacked_borrows/deallocate_against_barrier2.rs index db4d2d998db..9c0c59d364f 100644 --- a/tests/compile-fail/stacked_borrows/deallocate_against_barrier2.rs +++ b/tests/compile-fail/stacked_borrows/deallocate_against_barrier2.rs @@ -2,7 +2,7 @@ use std::cell::Cell; -// Check that even `&Cell` are dereferencable. +// Check that even `&Cell` are dereferenceable. // Also see . fn inner(x: &Cell, f: fn(&Cell)) { // `f` may mutate, but it may not deallocate!