[Scummvm-cvs-logs] CVS: scummvm/sound midiparser.h,1.14,1.15

Jamieson Christian jamieson630 at users.sourceforge.net
Sat May 31 21:07:02 CEST 2003


Update of /cvsroot/scummvm/scummvm/sound
In directory sc8-pr-cvs1:/tmp/cvs-serv20240/scummvm/sound

Modified Files:
	midiparser.h 
Log Message:
Documentation corrections

Index: midiparser.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/midiparser.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- midiparser.h	31 May 2003 22:04:21 -0000	1.14
+++ midiparser.h	1 Jun 2003 04:06:24 -0000	1.15
@@ -142,7 +142,7 @@
  *  which it uses to transmit events. However, it does NOT
  *  automatically hook into the MidiDriver's timer callback
  *  or set up its timer rate from the MidiDriver. The client
- *  using the MidiParser must set the timer rate provide
+ *  using the MidiParser must set the timer rate and provide
  *  a means of firing the MidiParser's onTimer() method at
  *  appropriate intervals. The onTimer() event may be called
  *  by the client or by manually hooking and unhooking the
@@ -186,7 +186,7 @@
 	void hangAllActiveNotes();
 
 	//! Platform independent BE uint32 read-and-advance.
-	/*! This help function reads Big Endian 32-bit numbers
+	/*! This helper function reads Big Endian 32-bit numbers
 	 *  from a memory pointer, at the same time advancing
 	 *  the pointer.
 	 */
@@ -198,7 +198,7 @@
 	}
 
 	//! Platform independent LE uint16 read-and-advance.
-	/*! This help function reads Little Endian 16-bit numbers
+	/*! This helper function reads Little Endian 16-bit numbers
 	 *  from a memory pointer, at the same time advancing
 	 *  the pointer.
 	 */





More information about the Scummvm-git-logs mailing list