From c48bf7dd5c31141b4ea5a355801b9f5a5ee36113 Mon Sep 17 00:00:00 2001 From: Rod Widdowson Date: Wed, 8 Feb 2023 22:02:54 +0000 Subject: Fix typo in comment (#557) The code grabs the FCB SHARED, not Ex --- filesys/fastfat/lockctrl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filesys/fastfat/lockctrl.c b/filesys/fastfat/lockctrl.c index 58aacdca..1cb183fb 100644 --- a/filesys/fastfat/lockctrl.c +++ b/filesys/fastfat/lockctrl.c @@ -666,7 +666,7 @@ Return Value: } // - // Acquire exclusive access to the Fcb and enqueue the Irp if we didn't + // Acquire shared access to the Fcb and enqueue the Irp if we didn't // get access // -- cgit v1.3.1