summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/DevicePathDxe/DevicePath.h
diff options
context:
space:
mode:
authorgikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>2009-04-02 01:58:19 +0000
committergikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>2009-04-02 01:58:19 +0000
commit5755841f2a748fe0a1598f1f8b3a257fc577d48f (patch)
treec666a9a9c0fe9373b2dbf9ebfc09d66af25539f6 /MdeModulePkg/Universal/DevicePathDxe/DevicePath.h
parent75eccf9d4a1895f33ba1ada0ab9873f633e87031 (diff)
downloadedk2-5755841f2a748fe0a1598f1f8b3a257fc577d48f.zip
edk2-5755841f2a748fe0a1598f1f8b3a257fc577d48f.tar.gz
edk2-5755841f2a748fe0a1598f1f8b3a257fc577d48f.tar.bz2
Fix some typos.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8005 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/DevicePathDxe/DevicePath.h')
-rw-r--r--MdeModulePkg/Universal/DevicePathDxe/DevicePath.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Universal/DevicePathDxe/DevicePath.h b/MdeModulePkg/Universal/DevicePathDxe/DevicePath.h
index 7baa48b..e4e37f4 100644
--- a/MdeModulePkg/Universal/DevicePathDxe/DevicePath.h
+++ b/MdeModulePkg/Universal/DevicePathDxe/DevicePath.h
@@ -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.