diff --git a/examples/rtic_bare1.rs b/examples/rtic_bare1.rs
index bf7a5063d0d9d782e92f8464a2e5f6e414a12030..11248f4e1eaa427af7aff5f812ad18ea94a4037c 100644
--- a/examples/rtic_bare1.rs
+++ b/examples/rtic_bare1.rs
@@ -222,7 +222,7 @@ const APP: () = {
 //
 //    ** your answer here **
 //
-//    Commit your answer (bare1_3)
+//    Commit your answer (bare1_4)
 //
 // 5. Now we can remove the break point (click the `Remove All Breakpoints`),
 //    and instead uncomment the two breakpoint instructions (on lines 23 and 25).