diff --git a/examples/bare0.rs b/examples/bare0.rs
index 1497138cf5ea77791ea4224ac8f57b92d3208c75..3be74e1d3cc80aad2c62c3fe0a1fb1568f9229a1 100644
--- a/examples/bare0.rs
+++ b/examples/bare0.rs
@@ -67,7 +67,7 @@ fn main() -> ! {
 // 2. Alter the constant X_INIT so that `x += 1` directly causes `x` to wrap
 // 	  what happens when `x` wraps
 //
-//    ** your answer here **
+//    ** We end up in the panic handler **
 //
 //    Commit your answers (bare0_2)
 //