diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-01-22 08:21:30 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-01-22 08:21:30 +0000 |
commit | bc7e600329bd0bdd7c56829f0743310e17e78e89 (patch) | |
tree | 58a48780f2139fbc969f326f6240a9d7a96e1040 /MdePkg | |
parent | 7a79628e35e12594a1176225878cd73071a5d214 (diff) | |
download | edk2-bc7e600329bd0bdd7c56829f0743310e17e78e89.tar.gz edk2-bc7e600329bd0bdd7c56829f0743310e17e78e89.tar.bz2 edk2-bc7e600329bd0bdd7c56829f0743310e17e78e89.zip |
DuplicateDevicePath() function use wrong comment same as AppendDevicePath() function.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7345 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r-- | MdePkg/Include/Library/DevicePathLib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Library/DevicePathLib.h b/MdePkg/Include/Library/DevicePathLib.h index caa7f9dead..7a6624c951 100644 --- a/MdePkg/Include/Library/DevicePathLib.h +++ b/MdePkg/Include/Library/DevicePathLib.h @@ -163,7 +163,7 @@ GetDevicePathSize ( );
/**
- Creates a new device path by appending a second device path to a first device path.
+ Creates a new copy of an existing device path.
This function allocates space for a new copy of the device path specified by DevicePath. If
DevicePath is NULL, then NULL is returned. If the memory is successfully allocated, then the
|