summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkPkg/Include/Ppi/BootScriptExecuter.h
diff options
context:
space:
mode:
authorpkandel <pkandel@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-28 13:25:37 +0000
committerpkandel <pkandel@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-28 13:25:37 +0000
commit5259c97d7ac7f464c134c3a15186b30e8e8eadff (patch)
tree9eb10b04e5ea360d88c5899d2c0fff76017af5c5 /IntelFrameworkPkg/Include/Ppi/BootScriptExecuter.h
parentd3a12d776c9985cfc9055d9b9b61aa39682a261e (diff)
downloadedk2-5259c97d7ac7f464c134c3a15186b30e8e8eadff.tar.gz
edk2-5259c97d7ac7f464c134c3a15186b30e8e8eadff.tar.bz2
edk2-5259c97d7ac7f464c134c3a15186b30e8e8eadff.zip
Committing changes to the comments, after review with engineers.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9018 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkPkg/Include/Ppi/BootScriptExecuter.h')
-rw-r--r--IntelFrameworkPkg/Include/Ppi/BootScriptExecuter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/IntelFrameworkPkg/Include/Ppi/BootScriptExecuter.h b/IntelFrameworkPkg/Include/Ppi/BootScriptExecuter.h
index 0976deb840..9f5ca5054d 100644
--- a/IntelFrameworkPkg/Include/Ppi/BootScriptExecuter.h
+++ b/IntelFrameworkPkg/Include/Ppi/BootScriptExecuter.h
@@ -3,7 +3,7 @@
This PPI is published by a PEIM upon dispatch and provides an execution engine for the
Framework boot script. This PEIM should be platform neutral and have no specific knowledge of
- platform instructions and other information. The ability to interpret the boot script depends on the
+ platform instructions or other information. The ability to interpret the boot script depends on the
abundance of other PPIs that are available. For example, if the script requests an SMBus command
execution, the PEIM looks for a relevant PPI that is available to execute it, rather than executing it
by issuing the native IA-32 instruction.