瀏覽代碼

Merge pull request #56 from bbenno/fix/typo

Fix typo: concurent -> concurrent
Jim Huang 3 年之前
父節點
當前提交
1da7086da0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/chardev2.c

+ 1 - 1
examples/chardev2.c

@@ -17,7 +17,7 @@
 #define DEVICE_NAME "char_dev"
 #define BUF_LEN 80
 
-/* Is the device open right now? Used to prevent concurent access into
+/* Is the device open right now? Used to prevent concurrent access into
  * the same device
  */
 static int Device_Open = 0;