* fix typo in comment

This commit is contained in:
Nikolay Nikolov 2024-07-31 15:02:33 +03:00
parent 13dfd1cafd
commit 04b9bc7702

View File

@ -3,7 +3,7 @@
Type
// We us an alias here.
// We use an alias here.
TWasmMutex = TRTLCriticalSection;
TMutexKind = (mkNormal,mkRecursive);
TLockMutexResult = (lmrNone,lmrOK,lmrNotOwner,lmrError,lmrTimeout);