2
0
Nikolay Nikolov 1 жил өмнө
parent
commit
04b9bc7702

+ 1 - 1
rtl/wasi/wasmmutex.inc

@@ -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);