diff options
author | Laszlo Ersek <lersek@redhat.com> | 2016-09-09 23:24:54 +0200 |
---|---|---|
committer | Laszlo Ersek <lersek@redhat.com> | 2016-09-12 13:12:20 +0200 |
commit | 3e079d0198b1462d3af3a7883ac20c87d0a25bb6 (patch) | |
tree | 5a3be47ccca41bb67e634e74548c5e654699c2d7 /OvmfPkg/Include | |
parent | 5654835bd1381dfad9483b767e55db7caaeec907 (diff) | |
download | edk2-3e079d0198b1462d3af3a7883ac20c87d0a25bb6.tar.gz edk2-3e079d0198b1462d3af3a7883ac20c87d0a25bb6.tar.bz2 edk2-3e079d0198b1462d3af3a7883ac20c87d0a25bb6.zip |
OvmfPkg/IndustryStandard: make "Xen/grant_table.h" pure ASCII
The header file includes the UTF-8 encoding (0xE2 0x80 0x99) of the U+2019
(RIGHT SINGLE QUOTATION MARK) code point. Replace it with a simple
apostrophe (U+0027, ASCII 0x27).
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Thomas Huth <thuth@redhat.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'OvmfPkg/Include')
-rw-r--r-- | OvmfPkg/Include/IndustryStandard/Xen/grant_table.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OvmfPkg/Include/IndustryStandard/Xen/grant_table.h b/OvmfPkg/Include/IndustryStandard/Xen/grant_table.h index 9083a35775..029d049382 100644 --- a/OvmfPkg/Include/IndustryStandard/Xen/grant_table.h +++ b/OvmfPkg/Include/IndustryStandard/Xen/grant_table.h @@ -43,7 +43,7 @@ * table are identified by grant references. A grant reference is an
* integer, which indexes into the grant table. It acts as a
* capability which the grantee can use to perform operations on the
- * granter’s memory.
+ * granter's memory.
*
* This capability-based system allows shared-memory communications
* between unprivileged domains. A grant reference also encapsulates
|