diff options
author | Jamieson Christian | 2003-06-01 04:06:24 +0000 |
---|---|---|
committer | Jamieson Christian | 2003-06-01 04:06:24 +0000 |
commit | 86138eda44feab1f0c1c7d17d5f31eefe394600b (patch) | |
tree | 3445a6823047b84549b0ad5d68eb7b79cb9ea12b | |
parent | 452735e320894939283b9e10ae8ffb11a2811d93 (diff) | |
download | scummvm-rg350-86138eda44feab1f0c1c7d17d5f31eefe394600b.tar.gz scummvm-rg350-86138eda44feab1f0c1c7d17d5f31eefe394600b.tar.bz2 scummvm-rg350-86138eda44feab1f0c1c7d17d5f31eefe394600b.zip |
Documentation corrections
svn-id: r8224
-rw-r--r-- | sound/midiparser.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/midiparser.h b/sound/midiparser.h index be0b3e39a3..4ac4a69746 100644 --- a/sound/midiparser.h +++ b/sound/midiparser.h @@ -142,7 +142,7 @@ struct NoteTimer { * 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 @@ protected: 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 @@ protected: } //! 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. */ |