Fix some typos in docs.

Fix some compiler warnings for win32.
This commit is contained in:
philburk 2012-09-01 00:10:13 +00:00
commit 468c6bceb7
4 changed files with 10 additions and 8 deletions

View file

@ -1021,7 +1021,7 @@ typedef struct PaStreamInfo
/** Retrieve a pointer to a PaStreamInfo structure containing information
about the specified stream.
@return A pointer to an immutable PaStreamInfo structure. If the stream
parameter invalid, or an error is encountered, the function returns NULL.
parameter is invalid, or an error is encountered, the function returns NULL.
@param stream A pointer to an open stream previously created with Pa_OpenStream.