Fix typo: concurent -> concurrent

This commit is contained in:
Benno Bielmeier 2021-08-12 07:43:38 +00:00 committed by GitHub
parent f426661923
commit 8ba0b0085d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;