Minor coding style adjustment for DiskIo, Partition, English and Ebc modules.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5200 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qhuang8
2008-05-14 06:07:07 +00:00
parent d29270810c
commit ea7cb08c0a
11 changed files with 218 additions and 242 deletions

View File

@@ -93,7 +93,7 @@ PartitionValidMbr (
}
}
//
// Non of the regions overlapped so MBR is O.K.
// None of the regions overlapped so MBR is O.K.
//
return MbrValid;
}