]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix one minor comment issue in last check-in
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 24 Sep 2007 07:08:18 +0000 (07:08 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 24 Sep 2007 07:08:18 +0000 (07:08 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3916 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Library/DevicePathLib.h
MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.c
MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLib.c

index b446f675799b8ad4daf9464dbbf1b4fe0b44cae9..244e351400d0336691f7ced46e82441be1cbf908 100644 (file)
@@ -84,8 +84,9 @@ AppendDevicePath (
   This function creates a new device path by appending a copy of the device node specified by\r
   DevicePathNode to a copy of the device path specified by DevicePath in an allocated buffer.\r
   The end-of-device-path device node is moved after the end of the appended device node.\r
-  If DeviceNode is NULL then a copy of DevicePath is returned.\r
   If DevicePathNode is NULL then a copy of DevicePath is returned.\r
+  If DevicePath is NULL then a copy of DevicePathNode, followed by an end-of-device path device\r
+  node is returned.\r
   If both DevicePathNode and DevicePath are NULL then a copy of an end-of-device-path device node\r
   is returned.\r
   If there is not enough memory to allocate space for the new device path, then NULL is returned.  \r
index 3b2e8f122165a5294a07bc59ebd9c3de1dd53cf7..7869499a83f2f99d9ae1fde495d1d943bc41e47b 100644 (file)
@@ -189,8 +189,9 @@ AppendDevicePath (
   This function creates a new device path by appending a copy of the device node specified by\r
   DevicePathNode to a copy of the device path specified by DevicePath in an allocated buffer.\r
   The end-of-device-path device node is moved after the end of the appended device node.\r
-  If DeviceNode is NULL then a copy of DevicePath is returned.\r
   If DevicePathNode is NULL then a copy of DevicePath is returned.\r
+  If DevicePath is NULL then a copy of DevicePathNode, followed by an end-of-device path device\r
+  node is returned.\r
   If both DevicePathNode and DevicePath are NULL then a copy of an end-of-device-path device node\r
   is returned.\r
   If there is not enough memory to allocate space for the new device path, then NULL is returned.  \r
index 9dbe773e4e5a8093858ca6487a4cb8daa06d722c..607a701dd7e2c9397d61b79f81dd691987c8b4c5 100644 (file)
@@ -139,8 +139,9 @@ AppendDevicePath (
   This function creates a new device path by appending a copy of the device node specified by\r
   DevicePathNode to a copy of the device path specified by DevicePath in an allocated buffer.\r
   The end-of-device-path device node is moved after the end of the appended device node.\r
-  If DeviceNode is NULL then a copy of DevicePath is returned.\r
   If DevicePathNode is NULL then a copy of DevicePath is returned.\r
+  If DevicePath is NULL then a copy of DevicePathNode, followed by an end-of-device path device\r
+  node is returned.\r
   If both DevicePathNode and DevicePath are NULL then a copy of an end-of-device-path device node\r
   is returned.\r
   If there is not enough memory to allocate space for the new device path, then NULL is returned.  \r