]> git.proxmox.com Git - mirror_edk2.git/blobdiff - FatPkg/EnhancedFatDxe/Fat.h
FatPkg/EnhancedFatDxe: Fix various typos
[mirror_edk2.git] / FatPkg / EnhancedFatDxe / Fat.h
index 46c185c3a9e9d8eaefb835cb7c8352e2bc46d835..fcc25952d4951b87ddc38a1c938e836277bf49a3 100644 (file)
@@ -236,7 +236,7 @@ struct _FAT_OFILE {
   UINTN               Signature;\r
   FAT_VOLUME          *Volume;\r
   //\r
-  // A permanant error code to return to all accesses to\r
+  // A permanent error code to return to all accesses to\r
   // this opened file\r
   //\r
   EFI_STATUS          Error;\r
@@ -246,7 +246,7 @@ struct _FAT_OFILE {
   LIST_ENTRY          Opens;\r
 \r
   //\r
-  // The dynamic infomation\r
+  // The dynamic information\r
   //\r
   UINTN               FileSize;\r
   UINTN               FileCluster;\r
@@ -1863,7 +1863,7 @@ FatCreate8Dot3Name (
   @param  FatName               - The Char8 string needs to be converted.\r
   @param  Len                   - The length of the fat name.\r
   @param  LowerCase             - Indicate whether to convert the string to lower case.\r
-  @param  Str                   - The result of the convertion.\r
+  @param  Str                   - The result of the conversion.\r
 \r
 **/\r
 VOID\r