diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-04-09 02:42:40 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-04-09 02:42:40 +0000 |
commit | 0b34b86929aa55496398598f89d5a4ba97e5139c (patch) | |
tree | 11f0f2ad3ac7e5f06f93a3466c55a03ec3b2c20c /IntelFrameworkPkg | |
parent | 3471dae2a9926b21f7eb21291c68dc5e34b99ff7 (diff) | |
download | edk2-platforms-0b34b86929aa55496398598f89d5a4ba97e5139c.tar.xz |
Fix unknown character in header comments which break build.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5014 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkPkg')
-rw-r--r-- | IntelFrameworkPkg/Include/Protocol/SmmControl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/IntelFrameworkPkg/Include/Protocol/SmmControl.h b/IntelFrameworkPkg/Include/Protocol/SmmControl.h index 3b326a1c78..7abbfb2290 100644 --- a/IntelFrameworkPkg/Include/Protocol/SmmControl.h +++ b/IntelFrameworkPkg/Include/Protocol/SmmControl.h @@ -4,9 +4,9 @@ the following:
- A processor driver to abstract the SMI/PMI IPI
- The driver that abstracts the ASIC that is supporting the APM port, such as the ICH in an
- IntelŪ chipset
+ Intel chipset
Because of the possibility of performing SMI or PMI IPI transactions, the ability to generate this
- event from a platform chipset agent is an optional capability for both IA-32 and ItaniumŪ-based
+ event from a platform chipset agent is an optional capability for both IA-32 and Itanium based
systems.
Copyright (c) 2007, Intel Corporation
|