Browse Source

* fix typo in comment

Nikolay Nikolov 1 year ago
parent
commit
04b9bc7702
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/wasi/wasmmutex.inc

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