]> xenbits.xensource.com Git - xtf.git/commitdiff
Minor docs corrections
authorAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 21 Oct 2016 12:49:13 +0000 (13:49 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 21 Oct 2016 13:17:26 +0000 (14:17 +0100)
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
include/arch/x86/symbolic-const.h

index ad7b97ffa7d5fa69c8f81e7aafcc63c2fd217fd6..8535f1c24cca704fa00eaab5f11c8771913c618d 100644 (file)
  * @param ... Partial X86_EC_ tokens.
  *
  * Example usage:
- * - EXC_EC_SYM(0, GDT)
+ * - SEL_EC_SYM(0, GDT)
  *   - Uses @ref X86_EC_GDT.
  *
- * - EXC_EC_SYM(0, IDT, EXT)
+ * - SEL_EC_SYM(0, IDT, EXT)
  *   - Uses @ref X86_EC_IDT and @ref X86_EC_EXT.
  */
 #define SEL_EC_SYM(sel, ...) (sel | TOK_OR(X86_EC_, ##__VA_ARGS__))