summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/VirtioPciDeviceDxe
diff options
context:
space:
mode:
authorGiri P Mudusuru <giri.p.mudusuru@intel.com>2016-07-07 23:21:07 -0700
committerLaszlo Ersek <lersek@redhat.com>2016-07-08 10:11:15 +0200
commit694673c9108f22dd7da66e6ce2c118c929f110dd (patch)
tree22f931dff75554ba45d3f2e3409eeae9f87c39e4 /OvmfPkg/VirtioPciDeviceDxe
parent179bcd31f320111adde639ebc3f69170be254c73 (diff)
downloadedk2-694673c9108f22dd7da66e6ce2c118c929f110dd.tar.gz
edk2-694673c9108f22dd7da66e6ce2c118c929f110dd.tar.bz2
edk2-694673c9108f22dd7da66e6ce2c118c929f110dd.zip
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/VirtioPciDeviceDxe')
-rw-r--r--OvmfPkg/VirtioPciDeviceDxe/VirtioPciDevice.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/OvmfPkg/VirtioPciDeviceDxe/VirtioPciDevice.c b/OvmfPkg/VirtioPciDeviceDxe/VirtioPciDevice.c
index 25b06fcfd5..bc4f6fe8bf 100644
--- a/OvmfPkg/VirtioPciDeviceDxe/VirtioPciDevice.c
+++ b/OvmfPkg/VirtioPciDeviceDxe/VirtioPciDevice.c
@@ -3,7 +3,7 @@
This driver produces Virtio Device Protocol instances for Virtio PCI devices.
Copyright (C) 2012, Red Hat, Inc.
- Copyright (c) 2012, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2012 - 2016, Intel Corporation. All rights reserved.<BR>
Copyright (C) 2013, ARM Ltd.
This program and the accompanying materials are licensed and made available
@@ -393,7 +393,7 @@ VirtioPciUninit (
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.