Fix some typos.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8005 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
gikidy
2009-04-02 01:58:19 +00:00
parent 75eccf9d4a
commit 5755841f2a
4 changed files with 13 additions and 13 deletions

View File

@@ -323,7 +323,7 @@ AppendDeviceNodeProtocolInterface (
path.
This function creates a new device path by appending a copy of the device path instance specified
by DevicePathInstance to a copy of the device path secified by DevicePath in a allocated buffer.
by DevicePathInstance to a copy of the device path specified by DevicePath in a allocated buffer.
The end-of-device-path device node is moved after the end of the appended device path instance
and a new end-of-device-path-instance node is inserted between.
If DevicePath is NULL, then a copy if DevicePathInstance is returned.