1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 19:08:26 -06:00

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

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;