summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgaranews <[email protected]>2018-10-30 21:30:53 +0100
committerAdonais Romero González <[email protected]>2018-10-30 13:30:53 -0700
commit4aa98db8a5ea828122272fa32b5fc20c78329717 (patch)
tree629b0c8e0e267eee09482e2f4e17d53904c2c9dd
parent38985ba91feb685095754775e101389ad90c2aa6 (diff)
fix bizarre misspelling (#305)
bizarre vs bizzare
-rw-r--r--filesys/fastfat/deviosup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/filesys/fastfat/deviosup.c b/filesys/fastfat/deviosup.c
index 5802722d..3fae4a28 100644
--- a/filesys/fastfat/deviosup.c
+++ b/filesys/fastfat/deviosup.c
@@ -3774,7 +3774,7 @@ Return Value:
//
// It would be nice if Mm exported a way for us to not have
// to pull the Mdl apart and rebuild it ourselves, but this
- // is so bizzare a purpose as to be tolerable.
+ // is so bizarre a purpose as to be tolerable.
//
SavedByteCount = ZeroMdl->ByteCount;