Merge pull request #56 from bbenno/fix/typo

Fix typo: concurent -> concurrent
This commit is contained in:
Jim Huang 2021-08-13 00:28:37 +08:00 committed by GitHub
commit 1da7086da0
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;