summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-05-20 09:16:08 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-05-20 09:16:08 +0000
commit4e17db14a0de418ba9f71dc24129d92d840fbcb3 (patch)
treefe62f1cf1188f06a3fa8b59f52036302ccd4b51a
parentc98d6f4728163d360359382ceb16c7f8fc3758b5 (diff)
downloadedk2-4e17db14a0de418ba9f71dc24129d92d840fbcb3.zip
edk2-4e17db14a0de418ba9f71dc24129d92d840fbcb3.tar.gz
edk2-4e17db14a0de418ba9f71dc24129d92d840fbcb3.tar.bz2
Update comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5232 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--EdkCompatibilityPkg/Compatibility/PciCfgToPciCfg2Thunk/PciCfgToPciCfg2Thunk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/EdkCompatibilityPkg/Compatibility/PciCfgToPciCfg2Thunk/PciCfgToPciCfg2Thunk.c b/EdkCompatibilityPkg/Compatibility/PciCfgToPciCfg2Thunk/PciCfgToPciCfg2Thunk.c
index e6592cf..62195e7 100644
--- a/EdkCompatibilityPkg/Compatibility/PciCfgToPciCfg2Thunk/PciCfgToPciCfg2Thunk.c
+++ b/EdkCompatibilityPkg/Compatibility/PciCfgToPciCfg2Thunk/PciCfgToPciCfg2Thunk.c
@@ -1,4 +1,4 @@
-/**
+/** @file
Module produce PciCfgPpi on top of PciCfgPpi2.
PIWG's PI specification replaces Inte's EFI Specification 1.10.
@@ -7,7 +7,7 @@ EFI_PEI_PCI_CFG2_PPI in PI 1.0.
This module produces PciCfgPpi on top of PciCfgPpi2. This module is used on platform when both of
these two conditions are true:
1) Framework module is present that consumes PCI CFG AND
-2) R9 module is present that produces PCI CFG2 but not PCI CFG
+2) PI module is present that produces PCI CFG2 but not PCI CFG
Copyright (c) 2006 - 2008 Intel Corporation. <BR>