diff options
Diffstat (limited to 'plugins/MirFox/src/lib/MirFoxCommons_sharedMemory.h')
-rw-r--r-- | plugins/MirFox/src/lib/MirFoxCommons_sharedMemory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MirFox/src/lib/MirFoxCommons_sharedMemory.h b/plugins/MirFox/src/lib/MirFoxCommons_sharedMemory.h index c488268ee6..8ccc1494cf 100644 --- a/plugins/MirFox/src/lib/MirFoxCommons_sharedMemory.h +++ b/plugins/MirFox/src/lib/MirFoxCommons_sharedMemory.h @@ -105,7 +105,7 @@ public: void updateCsmTimestamp(boost::interprocess::windows_shared_memory& updateCsm, uint16_t processCsmId);
- //dla wszystkich innych rekord�w w csm w statusie W, sprawdza czy rekord w csm nie jest przeterminowany jeli tak to go usuwa
+ //for every other CSM records with 'W' status, check if record is outdated, if yes then delete this record
void checkAnotherCsm(boost::interprocess::windows_shared_memory& checkedCsm, uint16_t processCsmId);
//unload and free shared memory records and structures
|