diff options
Diffstat (limited to 'engines/lab/intro.cpp')
-rw-r--r-- | engines/lab/intro.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/lab/intro.cpp b/engines/lab/intro.cpp index 4b0ed66f56..da44916a92 100644 --- a/engines/lab/intro.cpp +++ b/engines/lab/intro.cpp @@ -38,8 +38,8 @@ Intro::Intro(LabEngine *vm) : _vm(vm) { } /******************************************************************************/ -/* Goes thru, and responds to all the intuition messages currently in the */ -/* the message port. */ +/* Goes through, and responds to all the intuition messages currently in the */ +/* message queue. */ /******************************************************************************/ void Intro::introEatMessages() { while (1) { |