diff options
author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2020-02-07 02:08:12 +0100 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-02-10 22:30:07 +0000 |
commit | 38c92f7030667eaab48023a01cc9280fe05af371 (patch) | |
tree | 9ab558f773e7d7c06d3f746fd39c15bf502633a7 /OvmfPkg/XenBusDxe/GrantTable.h | |
parent | 9854561c085df43139625aa275dd67144c75e432 (diff) | |
download | edk2-38c92f7030667eaab48023a01cc9280fe05af371.tar.gz edk2-38c92f7030667eaab48023a01cc9280fe05af371.tar.bz2 edk2-38c92f7030667eaab48023a01cc9280fe05af371.zip |
OvmfPkg/Xen: Fix a typo
Fix a typo in a comment.
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Anthony Perard <anthony.perard@citrix.com>
Cc: Julien Grall <julien@xen.org>
Acked-by: Anthony PERARD <anthony.perard@citrix.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
Message-Id: <20200207010831.9046-60-philmd@redhat.com>
Diffstat (limited to 'OvmfPkg/XenBusDxe/GrantTable.h')
-rw-r--r-- | OvmfPkg/XenBusDxe/GrantTable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OvmfPkg/XenBusDxe/GrantTable.h b/OvmfPkg/XenBusDxe/GrantTable.h index 0d8434d1fe..2cc889b643 100644 --- a/OvmfPkg/XenBusDxe/GrantTable.h +++ b/OvmfPkg/XenBusDxe/GrantTable.h @@ -27,7 +27,7 @@ XenGrantTableInit ( );
/**
- Desinitilize the Grant Table.
+ De-initialize the Grant Table.
**/
VOID
XenGrantTableDeinit (
|