diff options
author | Thomas Huth <thuth@redhat.com> | 2016-09-13 10:33:20 +0200 |
---|---|---|
committer | Laszlo Ersek <lersek@redhat.com> | 2016-09-13 14:14:31 +0200 |
commit | b6b33f67dfc6e81dbbdd10c102f2665e7472cd4d (patch) | |
tree | 716326171c1d23c8fac1f5b412759e6986894963 /OvmfPkg/XenBusDxe | |
parent | 8c0b0b34f7875571ee9d3a2a1a28484cef36d969 (diff) | |
download | edk2-b6b33f67dfc6e81dbbdd10c102f2665e7472cd4d.tar.gz edk2-b6b33f67dfc6e81dbbdd10c102f2665e7472cd4d.tar.bz2 edk2-b6b33f67dfc6e81dbbdd10c102f2665e7472cd4d.zip |
OvmfPkg: Fix typing errors in header files
Correct some typos in the header files of the OvmfPkg
(which have been discovered with the codespell utility).
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Diffstat (limited to 'OvmfPkg/XenBusDxe')
-rw-r--r-- | OvmfPkg/XenBusDxe/GrantTable.h | 2 | ||||
-rw-r--r-- | OvmfPkg/XenBusDxe/XenStore.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/OvmfPkg/XenBusDxe/GrantTable.h b/OvmfPkg/XenBusDxe/GrantTable.h index 194275ba7e..28195b6e59 100644 --- a/OvmfPkg/XenBusDxe/GrantTable.h +++ b/OvmfPkg/XenBusDxe/GrantTable.h @@ -47,7 +47,7 @@ XenGrantTableDeinit ( @param DomainId ID of the domain to grant acces to.
@param Frame Frame Number of the page to grant access to.
@param ReadOnly Provide read-only or read-write access.
- @param RefPtr Reference number of the grant will be writen to this pointer.
+ @param RefPtr Reference number of the grant will be written to this pointer.
**/
EFI_STATUS
EFIAPI
diff --git a/OvmfPkg/XenBusDxe/XenStore.h b/OvmfPkg/XenBusDxe/XenStore.h index de5690119e..c9d4c6509a 100644 --- a/OvmfPkg/XenBusDxe/XenStore.h +++ b/OvmfPkg/XenBusDxe/XenStore.h @@ -229,7 +229,7 @@ XenStoreVSPrint ( @return On success, XENSTORE_STATUS_SUCCESS. Otherwise an errno value
indicating the type of write failure. EEXIST errors from the
- XenStore are supressed, allowing multiple, physically different,
+ XenStore are suppressed, allowing multiple, physically different,
xenbus_watch objects, to watch the same path in the XenStore.
**/
XENSTORE_STATUS
|