Module: wine Branch: master Commit: 74399eec9476418e6778cd38e57aebe9e6a774b1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=74399eec9476418e6778cd38e5...
Author: Austin English austinenglish@gmail.com Date: Mon Dec 31 11:45:46 2007 -0600
dplayx: Fix a typo.
---
dlls/dplayx/dplayx_queue.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/dplayx/dplayx_queue.h b/dlls/dplayx/dplayx_queue.h index ac94530..cfde9df 100644 --- a/dlls/dplayx/dplayx_queue.h +++ b/dlls/dplayx/dplayx_queue.h @@ -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 */