Commit bd6d7392 authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

Fix a typo in a comment.

parent 905658c4
......@@ -313,7 +313,7 @@ static LRESULT MCIWND_Create(HWND hWnd, LPCREATESTRUCTW cs)
else
lParam = (LPARAM)cs->lpCreateParams;
/* If it's our internal caption, file name is a unicode string */
/* If it's our internal class pointer, file name is a unicode string */
if (cs->lpszClass == mciWndClassW)
SendMessageW(hWnd, MCIWNDM_OPENW, 0, lParam);
else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment