diff options
| author | Quinten Johnson <[email protected]> | 2018-10-30 15:36:02 -0500 |
|---|---|---|
| committer | Adonais Romero González <[email protected]> | 2018-10-30 13:36:02 -0700 |
| commit | 4fd6ea0b2bf2b91380e7a317802792161fd37764 (patch) | |
| tree | 60116cf36bd7380af9fb4e5e79fe290d7e90aa0b /filesys/fastfat/devctrl.c | |
| parent | 5ef46a2e2013313835e3e4b29f9190ae3ceedabe (diff) | |
Fix typos in fastfat comments (#295)
Diffstat (limited to 'filesys/fastfat/devctrl.c')
| -rw-r--r-- | filesys/fastfat/devctrl.c | 2 |
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() ); |
