From da530ce60a1878aa3e1fedb8513ccf832887950a Mon Sep 17 00:00:00 2001 From: anttib-5 <anttib-5@student.ltu.se> Date: Fri, 8 Mar 2019 15:09:10 +0100 Subject: [PATCH] bare4_3 --- examples/bare4.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/bare4.rs b/examples/bare4.rs index 3c6e63b..9820252 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) -- GitLab