mirror of https://github.com/acidanthera/audk.git
fix typo in comment.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11082 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
55565b0859
commit
da70d02589
|
@ -185,7 +185,7 @@ PerformQuickSort (
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
function to compare 2 device paths for use in QuickSort
|
Function to compare 2 device paths for use in QuickSort.
|
||||||
|
|
||||||
@param[in] Buffer1 pointer to Device Path poiner to compare
|
@param[in] Buffer1 pointer to Device Path poiner to compare
|
||||||
@param[in] Buffer2 pointer to second DevicePath pointer to compare
|
@param[in] Buffer2 pointer to second DevicePath pointer to compare
|
||||||
|
|
Loading…
Reference in New Issue