Преглед на файлове

Fix typo: concurent -> concurrent

Benno Bielmeier преди 3 години
родител
ревизия
8ba0b0085d
променени са 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;