summaryrefslogtreecommitdiff
path: root/filesys/fastfat/devctrl.c
diff options
context:
space:
mode:
authorQuinten Johnson <[email protected]>2018-10-30 15:36:02 -0500
committerAdonais Romero González <[email protected]>2018-10-30 13:36:02 -0700
commit4fd6ea0b2bf2b91380e7a317802792161fd37764 (patch)
tree60116cf36bd7380af9fb4e5e79fe290d7e90aa0b /filesys/fastfat/devctrl.c
parent5ef46a2e2013313835e3e4b29f9190ae3ceedabe (diff)
Fix typos in fastfat comments (#295)
Diffstat (limited to 'filesys/fastfat/devctrl.c')
-rw-r--r--filesys/fastfat/devctrl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/filesys/fastfat/devctrl.c b/filesys/fastfat/devctrl.c
index 25e574af..8fbc04b2 100644
--- a/filesys/fastfat/devctrl.c
+++ b/filesys/fastfat/devctrl.c
@@ -97,7 +97,7 @@ Return Value:
// We had some trouble trying to perform the requested
// operation, so we'll abort the I/O request with
// the error status that we get back from the
- // execption code
+ // exception code
//
Status = FatProcessException( IrpContext, Irp, GetExceptionCode() );