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

MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.c
MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLib.c

index f4c2c36bbb2a037f29347fb2ab815b78600fe498..43966fc2395ce33a506f7955788e2b4b49e02a28 100644 (file)
@@ -82,7 +82,7 @@ GetDevicePathSize (
 }\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
index a1f0d31dbe2e57864559524f34ff2510cc2a4fe0..5dba17b2aafea4cabe30dbca0ef97563089d8a5a 100644 (file)
@@ -82,7 +82,7 @@ GetDevicePathSize (
 }\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