]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/EdkFvbServiceLib/Fvb.c
Code scrub DxeIpl, Runtime, DevicePath, FvbServicesLib, DiskIo, Partition, English...
[mirror_edk2.git] / MdeModulePkg / Library / EdkFvbServiceLib / Fvb.c
index 6080b1c0c61bb419f52eeecfa7489d38d1b8be1e..f1fe99d932b4df5b772658b3797877eef5828e61 100644 (file)
@@ -1,12 +1,11 @@
 /**@file\r
-\r
   Firmware Volume Block Protocol Runtime Interface Abstraction\r
   And FVB Extension protocol Runtime Interface Abstraction\r
 \r
   mFvbEntry is an array of Handle Fvb pairs. The Fvb Lib Instance matches the\r
   index in the mFvbEntry array. This should be the same sequence as the FVB's\r
   were described in the HOB. We have to remember the handle so we can tell if\r
-  the protocol has been reinstalled and it needs updateing.\r
+  the protocol has been reinstalled and it needs updating.\r
 \r
 \r
 Copyright (c) 2006 - 2008, Intel Corporation\r
@@ -267,11 +266,11 @@ FvbVirtualAddressChangeNotifyEvent (
 /**\r
   Library constructor function entry.\r
 \r
-  @param ImageHandle    The handle of image who call this libary.\r
+  @param ImageHandle    The handle of image who call this library.\r
   @param SystemTable    The point of System Table.\r
 \r
-  @retval EFI_SUCESS    Sucess construct this library.\r
-  @retval Others        Fail to contruct this libary.\r
+  @retval EFI_SUCESS    Success construct this library.\r
+  @retval Others        Fail to construct this library.\r
 **/\r
 EFI_STATUS\r
 EFIAPI\r
@@ -413,9 +412,9 @@ EfiFvbReadBlock (
   \r
   If NumBytes is NULL, then ASSERT().\r
 \r
-  @param Instance               The FV instance to be written to\r
-  @param Lba                    The starting logical block index to write to\r
-  @param Offset                 The offset relative to the block, at which to begin writting.\r
+  @param Instance               The FV instance to be written to.\r
+  @param Lba                    The starting logical block index to write.\r
+  @param Offset                 The offset relative to the block to write.\r
   @param NumBytes               Pointer to a UINTN. On input, *NumBytes contains\r
                                 the total size of the buffer. On output, it contains\r
                                 the actual number of bytes written.\r