diff options
| author | garanews <[email protected]> | 2018-10-30 21:30:53 +0100 |
|---|---|---|
| committer | Adonais Romero González <[email protected]> | 2018-10-30 13:30:53 -0700 |
| commit | 4aa98db8a5ea828122272fa32b5fc20c78329717 (patch) | |
| tree | 629b0c8e0e267eee09482e2f4e17d53904c2c9dd | |
| parent | 38985ba91feb685095754775e101389ad90c2aa6 (diff) | |
fix bizarre misspelling (#305)
bizarre vs bizzare
| -rw-r--r-- | filesys/fastfat/deviosup.c | 2 |
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; |
