From: philburk Date: Thu, 21 Mar 2002 00:31:38 +0000 (+0000) Subject: Fixed typo. X-Git-Tag: V18~40 X-Git-Url: https://andrewgundersen.net/repos?a=commitdiff_plain;h=fc4ad21da35a220918c5332e65d7cf5ee1aafb7c;p=portaudio Fixed typo. --- diff --git a/pa_common/portaudio.h b/pa_common/portaudio.h index 8c5eae5..35c2bcc 100644 --- a/pa_common/portaudio.h +++ b/pa_common/portaudio.h @@ -397,7 +397,7 @@ PaError Pa_AbortStream( PortAudioStream *stream ); PaError Pa_StreamActive( PortAudioStream *stream ); /* - Pa_StreamTime() returns the current output time in samples for the stream . + Pa_StreamTime() returns the current output time in samples for the stream. This time may be used as a time reference (for example synchronizing audio to MIDI).