diff options
author | jcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-11-22 22:49:12 +0000 |
---|---|---|
committer | jcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-11-22 22:49:12 +0000 |
commit | da70d025893754f3b02fe066981a270f0e45d9f8 (patch) | |
tree | 6b44b58f4be09371c38442a8946ad0801b1730a7 /ShellPkg | |
parent | 55565b0859bca5a0cb7a0d71e95a246715a86aae (diff) | |
download | edk2-platforms-da70d025893754f3b02fe066981a270f0e45d9f8.tar.xz |
fix typo in comment.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11082 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ShellPkg')
-rw-r--r-- | ShellPkg/Library/UefiSortLib/UefiSortLib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShellPkg/Library/UefiSortLib/UefiSortLib.c b/ShellPkg/Library/UefiSortLib/UefiSortLib.c index 62d6eaabb8..e1522442af 100644 --- a/ShellPkg/Library/UefiSortLib/UefiSortLib.c +++ b/ShellPkg/Library/UefiSortLib/UefiSortLib.c @@ -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] Buffer2 pointer to second DevicePath pointer to compare
|