diff --git a/index.html b/index.html
index f2fcbca..5d5292f 100644
--- a/index.html
+++ b/index.html
@@ -17,7 +17,7 @@
The Linux Kernel Module Programming Guide
Peter Jay Salzman, Michael Burian, Ori Pomerantz, Bob Mottram, Jim Huang
-August 11, 2021
+August 12, 2021
@@ -2376,7 +2376,7 @@ source tree at 17#define DEVICE_NAME "char_dev"
18#define BUF_LEN 80
19
-20/* Is the device open right now? Used to prevent concurent access into
+20/* Is the device open right now? Used to prevent concurrent access into
21 * the same device
22 */
23static int Device_Open = 0;
diff --git a/lkmpg-for-ht.html b/lkmpg-for-ht.html
index f2fcbca..5d5292f 100644
--- a/lkmpg-for-ht.html
+++ b/lkmpg-for-ht.html
@@ -17,7 +17,7 @@
The Linux Kernel Module Programming Guide
Peter Jay Salzman, Michael Burian, Ori Pomerantz, Bob Mottram, Jim Huang
-August 11, 2021
+August 12, 2021
@@ -2376,7 +2376,7 @@ source tree at 17#define DEVICE_NAME "char_dev"
18#define BUF_LEN 80
19
-20/* Is the device open right now? Used to prevent concurent access into
+20/* Is the device open right now? Used to prevent concurrent access into
21 * the same device
22 */
23static int Device_Open = 0;