]> git.proxmox.com Git - mirror_edk2.git/commitdiff
DuplicateDevicePath() function use wrong comment same as AppendDevicePath() function.
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 22 Jan 2009 08:21:30 +0000 (08:21 +0000)
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 22 Jan 2009 08:21:30 +0000 (08:21 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7345 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Library/DevicePathLib.h

index caa7f9dead7335b8824b76fa59e41b73019a4de5..7a6624c951582bf3ccb2c0f508dca56dc6ff3008 100644 (file)
@@ -163,7 +163,7 @@ GetDevicePathSize (
   );\r
 \r
 /**\r
   );\r
 \r
 /**\r
-  Creates a new device path by appending a second device path to a first device path.\r
+  Creates a new copy of an existing device path.\r
 \r
   This function allocates space for a new copy of the device path specified by DevicePath.  If\r
   DevicePath is NULL, then NULL is returned.  If the memory is successfully allocated, then the\r
 \r
   This function allocates space for a new copy of the device path specified by DevicePath.  If\r
   DevicePath is NULL, then NULL is returned.  If the memory is successfully allocated, then the\r