mirror of https://github.com/acidanthera/audk.git
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>
This commit is contained in:
parent
5654835bd1
commit
3e079d0198
|
@ -43,7 +43,7 @@
|
||||||
* table are identified by grant references. A grant reference is an
|
* table are identified by grant references. A grant reference is an
|
||||||
* integer, which indexes into the grant table. It acts as a
|
* integer, which indexes into the grant table. It acts as a
|
||||||
* capability which the grantee can use to perform operations on the
|
* 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
|
* This capability-based system allows shared-memory communications
|
||||||
* between unprivileged domains. A grant reference also encapsulates
|
* between unprivileged domains. A grant reference also encapsulates
|
||||||
|
|
Loading…
Reference in New Issue