TP 13 exo1: Implement all the required features.
[TD_C.git] / TP_13 / exo1 / lib / sort.c
index f8917ea5ab6987bb96ccc9909f5bbdfa6f0d1cb8..01a742f7966d557ff7724409bbfa2f9e4fa48ce2 100644 (file)
@@ -30,7 +30,7 @@ static bool sort_first(int* array, unsigned length, criteria_cb criteria) {
     return rt;
 }
 
-/* this function is awaited in the array.c file */
+/* the feature of this function is awaited in the array.c file */
 void sort_bubble_array(int* array, unsigned length, criteria_cb criteria) {
     bool rt;
     do {