diff --git a/engines/saga/introproc_fta2.cpp b/engines/saga/introproc_fta2.cpp index 30738a4c8b2..5b33dbf4f05 100644 --- a/engines/saga/introproc_fta2.cpp +++ b/engines/saga/introproc_fta2.cpp @@ -123,7 +123,7 @@ void MoviePlayerSMK::processFrame() { // Update the screen _vm->_system->updateScreen(); - // Wait before showing the net frame + // Wait before showing the next frame _vm->_system->delayMillis(waitTime); }