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>
This commit is contained in:
committed by
Laszlo Ersek
parent
8c0b0b34f7
commit
b6b33f67df
@@ -224,7 +224,7 @@ XENSTORE_STATUS
|
||||
@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.
|
||||
**/
|
||||
typedef
|
||||
EFI_STATUS
|
||||
@@ -310,7 +310,7 @@ UINT32
|
||||
|
||||
@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.
|
||||
**/
|
||||
typedef
|
||||
@@ -333,7 +333,7 @@ XENSTORE_STATUS
|
||||
|
||||
@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.
|
||||
**/
|
||||
typedef
|
||||
|
Reference in New Issue
Block a user