summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Library/UefiSortLib
diff options
context:
space:
mode:
authorjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>2010-11-22 22:49:12 +0000
committerjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>2010-11-22 22:49:12 +0000
commitda70d025893754f3b02fe066981a270f0e45d9f8 (patch)
tree6b44b58f4be09371c38442a8946ad0801b1730a7 /ShellPkg/Library/UefiSortLib
parent55565b0859bca5a0cb7a0d71e95a246715a86aae (diff)
downloadedk2-da70d025893754f3b02fe066981a270f0e45d9f8.tar.gz
edk2-da70d025893754f3b02fe066981a270f0e45d9f8.tar.bz2
edk2-da70d025893754f3b02fe066981a270f0e45d9f8.zip
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/Library/UefiSortLib')
-rw-r--r--ShellPkg/Library/UefiSortLib/UefiSortLib.c2
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