Browse Source

Merge pull request #56 from bbenno/fix/typo

Fix typo: concurent -> concurrent
Jim Huang 3 năm trước cách đây
mục cha
commit
1da7086da0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      examples/chardev2.c

+ 1 - 1
examples/chardev2.c

@@ -17,7 +17,7 @@
 #define DEVICE_NAME "char_dev"
 #define DEVICE_NAME "char_dev"
 #define BUF_LEN 80
 #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
  * the same device
  */
  */
 static int Device_Open = 0;
 static int Device_Open = 0;