소스 검색

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;