From: Benno Bielmeier <32938211+bbenno@users.noreply.github.com> Date: Thu, 12 Aug 2021 07:43:38 +0000 (+0000) Subject: Fix typo: concurent -> concurrent X-Git-Tag: latest~148^2 X-Git-Url: https://www.ivnss.com/gitweb/?a=commitdiff_plain;h=8ba0b0085dcda84965655dac6b2bc7ecb939f727;p=lkmpg Fix typo: concurent -> concurrent --- diff --git a/examples/chardev2.c b/examples/chardev2.c index 4829fda..8916901 100644 --- a/examples/chardev2.c +++ b/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;