src/helpers.cpp
branchcpp_gui
changeset 6308 646711c5feaa
parent 6285 187e3ef04cc9
child 9282 2bb9703aeb39
--- a/src/helpers.cpp	Sun Apr 15 17:04:44 2007 +0000
+++ b/src/helpers.cpp	Sat Apr 21 08:23:57 2007 +0000
@@ -44,7 +44,7 @@
 
 /** Add new item at the end of Engine List
  * @param el list o which to add an engine
- * @param eif engine to add to the list
+ * @param eid engine to add to the list
  */
 void EngList_Add(EngineList *el, EngineID eid)
 {
@@ -81,7 +81,7 @@
  * @param el list to be sorted
  * @param compare function for evaluation of the quicksort
  * @param begin start of sorting
- * @param count of items to be sorted
+ * @param num_items count of items to be sorted
  */
 void EngList_SortPartial(EngineList *el, EngList_SortTypeFunction compare, uint begin, uint num_items)
 {