瀏覽代碼

anothr -> another

John Doe 7 年之前
父節點
當前提交
a67f9cdf8a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pal/src/sync/cs.cpp

+ 1 - 1
pal/src/sync/cs.cpp

@@ -1141,7 +1141,7 @@ namespace CorUnix
     Function:
       CorUnix::PALCS_WaitOnCS
 
-    Waits on a CS owned by anothr thread. It returns PalCsReturnWaiterAwakened
+    Waits on a CS owned by another thread. It returns PalCsReturnWaiterAwakened
     if the thread actually waited on the CS and it has been awakened on CS
     release. It returns PalCsWaiterDidntWait if another thread is currently
     fully-initializing the CS and therefore the current thread couldn't wait