瀏覽代碼

fix #909, replace an utf8 character with ascii

Julius Pfrommer 8 年之前
父節點
當前提交
fecd0bf4fd
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/server/ua_server_worker.c

+ 1 - 1
src/server/ua_server_worker.c

@@ -32,7 +32,7 @@
  *     for lockless synchronization. Journal of Parallel and Distributed Computing, 67(12), 1270-1285.
  *
  * Future Plans: Use work-stealing to load-balance between cores.
- * [3] Lê, Nhat Minh, et al. "Correct and efficient work-stealing for weak
+ * [3] Le, Nhat Minh, et al. "Correct and efficient work-stealing for weak
  *     memory models." ACM SIGPLAN Notices. Vol. 48. No. 8. ACM, 2013.
  */