]> git.proxmox.com Git - mirror_edk2.git/commitdiff
OvmfPkg/IndustryStandard: make "Xen/grant_table.h" pure ASCII
authorLaszlo Ersek <lersek@redhat.com>
Fri, 9 Sep 2016 21:24:54 +0000 (23:24 +0200)
committerLaszlo Ersek <lersek@redhat.com>
Mon, 12 Sep 2016 11:12:20 +0000 (13:12 +0200)
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>
OvmfPkg/Include/IndustryStandard/Xen/grant_table.h

index 9083a3577552e23624d3501586809ea0835b7ae5..029d049382e15cdf440aab3367f4d9f4b07724d6 100644 (file)
@@ -43,7 +43,7 @@
  * table are identified by grant references. A grant reference is an\r
  * integer, which indexes into the grant table. It acts as a\r
  * capability which the grantee can use to perform operations on the\r
- * granters memory.\r
+ * granter's memory.\r
  *\r
  * This capability-based system allows shared-memory communications\r
  * between unprivileged domains. A grant reference also encapsulates\r