diff options
author | Giri P Mudusuru <giri.p.mudusuru@intel.com> | 2016-07-07 23:21:07 -0700 |
---|---|---|
committer | Laszlo Ersek <lersek@redhat.com> | 2016-07-08 10:11:15 +0200 |
commit | 694673c9108f22dd7da66e6ce2c118c929f110dd (patch) | |
tree | 22f931dff75554ba45d3f2e3409eeae9f87c39e4 /OvmfPkg/VirtioBlkDxe/VirtioBlk.c | |
parent | 179bcd31f320111adde639ebc3f69170be254c73 (diff) | |
download | edk2-platforms-694673c9108f22dd7da66e6ce2c118c929f110dd.tar.xz |
OvmfPkg: Fix typos in comments
- accessibla to accessible
- exeuction to execution
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Giri P Mudusuru <giri.p.mudusuru@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Diffstat (limited to 'OvmfPkg/VirtioBlkDxe/VirtioBlk.c')
-rw-r--r-- | OvmfPkg/VirtioBlkDxe/VirtioBlk.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OvmfPkg/VirtioBlkDxe/VirtioBlk.c b/OvmfPkg/VirtioBlkDxe/VirtioBlk.c index f1c3f87e20..3ce72281c2 100644 --- a/OvmfPkg/VirtioBlkDxe/VirtioBlk.c +++ b/OvmfPkg/VirtioBlkDxe/VirtioBlk.c @@ -11,7 +11,7 @@ synchronous requests and EFI_BLOCK_IO_PROTOCOL for now.
Copyright (C) 2012, Red Hat, Inc.
- Copyright (c) 2012 - 2014, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2012 - 2016, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials are licensed and made available
under the terms and conditions of the BSD License which accompanies this
@@ -890,7 +890,7 @@ VirtioBlkExitBoot ( After we've pronounced support for a specific device in
DriverBindingSupported(), we start managing said device (passed in by the
- Driver Exeuction Environment) with the following service.
+ Driver Execution Environment) with the following service.
See DriverBindingSupported() for specification references.
@@ -905,7 +905,7 @@ VirtioBlkExitBoot ( @retval EFI_SUCCESS Driver instance has been created and
initialized for the virtio-blk device, it
- is now accessibla via EFI_BLOCK_IO_PROTOCOL.
+ is now accessible via EFI_BLOCK_IO_PROTOCOL.
@retval EFI_OUT_OF_RESOURCES Memory allocation failed.
|