Olivier Aumage 6 年之前
父節點
當前提交
37c336117a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/doxygen_dev/chapters/010_core.doxy

+ 1 - 1
doc/doxygen_dev/chapters/010_core.doxy

@@ -248,7 +248,7 @@ suitable to run on the worker's computing unit.
 If the worker has a task ready to run and the corresponding job has a size
 \c >1, then the task is a parallel job and the worker must synchronize with the
 other workers participating to the parallel execution of the job to assign a
-unique rank for each worker. The synchronization is done throught the job's \c
+unique rank for each worker. The synchronization is done through the job's \c
 sync_mutex mutex.
 
 <br>