summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRod Widdowson <[email protected]>2023-02-08 22:02:54 +0000
committerGitHub <[email protected]>2023-02-08 14:02:54 -0800
commitc48bf7dd5c31141b4ea5a355801b9f5a5ee36113 (patch)
tree6087a4dcf1a0cf3d0d1694129b55ed8f353e22f7
parent387bec9ffc8439b5a331500ca0baf7b7f4b19d14 (diff)
Fix typo in comment (#557)
The code grabs the FCB SHARED, not Ex
-rw-r--r--filesys/fastfat/lockctrl.c2
1 files changed, 1 insertions, 1 deletions
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
//