diff options
Diffstat (limited to 'OvmfPkg/XenBusDxe')
-rw-r--r-- | OvmfPkg/XenBusDxe/EventChannel.c | 2 | ||||
-rw-r--r-- | OvmfPkg/XenBusDxe/XenStore.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/OvmfPkg/XenBusDxe/EventChannel.c b/OvmfPkg/XenBusDxe/EventChannel.c index 6a36dca299..490ca58cb4 100644 --- a/OvmfPkg/XenBusDxe/EventChannel.c +++ b/OvmfPkg/XenBusDxe/EventChannel.c @@ -1,7 +1,7 @@ /** @file
Event Channel function implementation.
- Event channel are use to notify of an event that happend in a shared
+ Event channel are use to notify of an event that happened in a shared
structure for example.
Copyright (C) 2014, Citrix Ltd.
diff --git a/OvmfPkg/XenBusDxe/XenStore.c b/OvmfPkg/XenBusDxe/XenStore.c index 5757e78b18..fb00e7393b 100644 --- a/OvmfPkg/XenBusDxe/XenStore.c +++ b/OvmfPkg/XenBusDxe/XenStore.c @@ -10,7 +10,7 @@ The XenStore is ASCII string based, and has a structure and semantics
similar to a filesystem. There are files and directories, the directories
- able to contain files or other directories. The depth of the hierachy
+ able to contain files or other directories. The depth of the hierarchy
is only limited by the XenStore's maximum path length.
The communication channel between the XenStore service and other
|