DuplicateDevicePath() function use wrong comment same as AppendDevicePath() function.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7352 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
klu2 2009-01-23 07:18:19 +00:00
parent 6cf3743ceb
commit 6a3f4ef96d
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,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 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 DevicePath is NULL, then NULL is returned. If the memory is successfully allocated, then the

View File

@ -82,7 +82,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 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 DevicePath is NULL, then NULL is returned. If the memory is successfully allocated, then the