mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 21:49:15 +02:00
* fix typo in comment
This commit is contained in:
parent
13dfd1cafd
commit
04b9bc7702
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Type
|
Type
|
||||||
// We us an alias here.
|
// We use an alias here.
|
||||||
TWasmMutex = TRTLCriticalSection;
|
TWasmMutex = TRTLCriticalSection;
|
||||||
TMutexKind = (mkNormal,mkRecursive);
|
TMutexKind = (mkNormal,mkRecursive);
|
||||||
TLockMutexResult = (lmrNone,lmrOK,lmrNotOwner,lmrError,lmrTimeout);
|
TLockMutexResult = (lmrNone,lmrOK,lmrNotOwner,lmrError,lmrTimeout);
|
||||||
|
Loading…
Reference in New Issue
Block a user