dplayx: Fix a typo.

This commit is contained in:
Austin English 2007-12-31 11:45:46 -06:00 committed by Alexandre Julliard
parent efc81cb233
commit 74399eec94
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ do { \
* elm - how to find the next element
* field - to be concatenated to rc to compare with fieldToCompare
* fieldToCompare - The value that we're comparing against
* compare_cb - Callback to invoke to determine if comparision should continue.
* compare_cb - Callback to invoke to determine if comparison should continue.
* Callback must be defined with DPQ_DECL_COMPARECB.
* rc - Variable to put the return code. Same type as (head).lpQHFirst
*/