diff --git a/examples/bare4.rs b/examples/bare4.rs
index 3c6e63b67eeb1c6bb9e736fb68a8d3bead76ca7d..982025292bcadd9c40f25ba0d53b0bb4e6b9d37b 100644
--- a/examples/bare4.rs
+++ b/examples/bare4.rs
@@ -137,6 +137,6 @@ fn main() -> ! {
 //    Without the non-reording proprety of `write_volatile/read_volatile` could that happen in theory
 //    (argue from the point of data dependencies).
 //
-//    Writing/Reading in wrong order may end up in unexpexed results
+//    Writing/Reading in wrong order may end up in unexpected results
 //
 //    Commit your answers (bare4_3)