From 4aa98db8a5ea828122272fa32b5fc20c78329717 Mon Sep 17 00:00:00 2001 From: garanews Date: Tue, 30 Oct 2018 21:30:53 +0100 Subject: fix bizarre misspelling (#305) bizarre vs bizzare --- filesys/fastfat/deviosup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.3.1