Fix typo: concurent -> concurrent
This commit is contained in:
parent
f426661923
commit
8ba0b0085d
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user