[PATCH] quartz: Fix its vs it's typo

Nikolay Sivov nsivov at codeweavers.com
Thu Aug 4 02:57:45 CDT 2016


Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
---
 dlls/quartz/avidec.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/quartz/avidec.c b/dlls/quartz/avidec.c
index 7e29318..c9ca760 100644
--- a/dlls/quartz/avidec.c
+++ b/dlls/quartz/avidec.c
@@ -172,7 +172,7 @@ static HRESULT WINAPI AVIDec_Receive(TransformFilter *tf, IMediaSample *pSample)
     if (res != ICERR_OK)
         ERR("Error occurred during the decompression (%x)\n", res);
 
-    /* Drop sample if its intended to be dropped */
+    /* Drop sample if it's intended to be dropped */
     if (flags & ICDECOMPRESS_HURRYUP) {
         hr = S_OK;
         goto error;
-- 
2.8.1




More information about the wine-patches mailing list