summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/XenIoPciDxe/XenIoPciDxe.c
diff options
context:
space:
mode:
Diffstat (limited to 'OvmfPkg/XenIoPciDxe/XenIoPciDxe.c')
-rw-r--r--OvmfPkg/XenIoPciDxe/XenIoPciDxe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/OvmfPkg/XenIoPciDxe/XenIoPciDxe.c b/OvmfPkg/XenIoPciDxe/XenIoPciDxe.c
index c205cf74db..15803eb847 100644
--- a/OvmfPkg/XenIoPciDxe/XenIoPciDxe.c
+++ b/OvmfPkg/XenIoPciDxe/XenIoPciDxe.c
@@ -3,7 +3,7 @@
Driver for the virtual Xen PCI device
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.
Copyright (C) 2015, Linaro Ltd.
@@ -123,7 +123,7 @@ XenIoPciDeviceBindingSupported (
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.