hw/xwin: Fix typo in comment

Signed-off-by: Colin Harrison <colin.harrison@virgin.net>
Reviewed-by: Jon TURNEY <jon.turney@dronecode.org.uk>
This commit is contained in:
Colin Harrison 2014-03-14 15:09:24 +00:00 committed by Jon TURNEY
parent 561bca469d
commit cf59f4888e

View File

@ -837,7 +837,7 @@ winTopLevelWindowProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
break; break;
case WM_CLOSE: case WM_CLOSE:
/* Removep AppUserModelID property */ /* Remove AppUserModelID property */
winSetAppUserModelID(hwnd, NULL); winSetAppUserModelID(hwnd, NULL);
/* Branch on if the window was killed in X already */ /* Branch on if the window was killed in X already */
if (pWinPriv->fXKilled) { if (pWinPriv->fXKilled) {