diff --git a/examples/a8/systemoff_example.mfk b/examples/a8/systemoff_example.mfk index ce7200a5..bbb74e19 100644 --- a/examples/a8/systemoff_example.mfk +++ b/examples/a8/systemoff_example.mfk @@ -115,7 +115,7 @@ void main(){ system_off(); // turn off OS wait(100) // waint 2 sec on PAL for fun - antic_dlist = dl.addr // set custom displaylist + antic_dlist = dl.addr // set custom display list wait(100) // waint 2 sec on PAL for the lulz vbivec = vbi.addr // set custom VBI wait(100) // waint 2 sec on PAL because we can