diff options
author | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-04-02 01:58:19 +0000 |
---|---|---|
committer | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-04-02 01:58:19 +0000 |
commit | 5755841f2a748fe0a1598f1f8b3a257fc577d48f (patch) | |
tree | c666a9a9c0fe9373b2dbf9ebfc09d66af25539f6 /MdeModulePkg/Universal/DevicePathDxe/DevicePathUtilities.c | |
parent | 75eccf9d4a1895f33ba1ada0ab9873f633e87031 (diff) | |
download | edk2-platforms-5755841f2a748fe0a1598f1f8b3a257fc577d48f.tar.xz |
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/DevicePathUtilities.c')
-rw-r--r-- | MdeModulePkg/Universal/DevicePathDxe/DevicePathUtilities.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Universal/DevicePathDxe/DevicePathUtilities.c b/MdeModulePkg/Universal/DevicePathDxe/DevicePathUtilities.c index ba031d5365..544c28bd44 100644 --- a/MdeModulePkg/Universal/DevicePathDxe/DevicePathUtilities.c +++ b/MdeModulePkg/Universal/DevicePathDxe/DevicePathUtilities.c @@ -123,7 +123,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.
|