Windows: fix typo in code comment

This commit is contained in:
Mounir IDRASSI 2019-09-27 00:32:10 +02:00
parent 684259b438
commit d8ac0f7ec7
No known key found for this signature in database
GPG Key ID: 02C30AE90FAE4A6F
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ static std::vector<HostDevice> rawHostDeviceList;
/* Critical section used to ensure that only one thread at a time can create a secure desktop */
CRITICAL_SECTION csSecureDesktop;
/* Boolean that indicates if our Secure Desktop is active and being user of not */
/* Boolean that indicates if our Secure Desktop is active and being used of not */
BOOL bSecureDesktopOngoing = FALSE;
HINSTANCE hInst = NULL;