]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/VirtioBlkDxe/VirtioBlk.h
OvmfPkg: Fix typos in comments
[mirror_edk2.git] / OvmfPkg / VirtioBlkDxe / VirtioBlk.h
index 789caf9a37eeaebaa3fd5495da12e3561be9804b..6c402ca88ea4727b41f6d64c55673c221f11377b 100644 (file)
@@ -37,6 +37,7 @@ typedef struct {
   //                     ---------------------    ------------------  ---------\r
   UINT32                 Signature;            // DriverBindingStart  0\r
   VIRTIO_DEVICE_PROTOCOL *VirtIo;              // DriverBindingStart  0\r
+  EFI_EVENT              ExitBoot;             // DriverBindingStart  0\r
   VRING                  Ring;                 // VirtioRingInit      2\r
   EFI_BLOCK_IO_PROTOCOL  BlockIo;              // VirtioBlkInit       1\r
   EFI_BLOCK_IO_MEDIA     BlockIoMedia;         // VirtioBlkInit       1\r
@@ -95,7 +96,7 @@ VirtioBlkDriverBindingSupported (
 \r
   After we've pronounced support for a specific device in\r
   DriverBindingSupported(), we start managing said device (passed in by the\r
-  Driver Exeuction Environment) with the following service.\r
+  Driver Execution Environment) with the following service.\r
 \r
   See DriverBindingSupported() for specification references.\r
 \r
@@ -110,7 +111,7 @@ VirtioBlkDriverBindingSupported (
 \r
   @retval EFI_SUCCESS           Driver instance has been created and\r
                                 initialized  for the virtio-blk device, it\r
-                                is now accessibla via EFI_BLOCK_IO_PROTOCOL.\r
+                                is now accessible via EFI_BLOCK_IO_PROTOCOL.\r
 \r
   @retval EFI_OUT_OF_RESOURCES  Memory allocation failed.\r
 \r