From bae2a05f41f8a0688978c1cfe1a0d48a552c5102 Mon Sep 17 00:00:00 2001 From: Matthieu Riolo Date: Sat, 12 Jan 2019 19:51:12 +0100 Subject: [PATCH] Update file description for gsort.c This commit removes the old file description with qsort and gnome sort. --- uspace/lib/c/generic/gsort.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/uspace/lib/c/generic/gsort.c b/uspace/lib/c/generic/gsort.c index e0bf80b84..2b6864ddb 100644 --- a/uspace/lib/c/generic/gsort.c +++ b/uspace/lib/c/generic/gsort.c @@ -32,10 +32,9 @@ /** * @file - * @brief Sorting functions. + * @brief Gnome Sort. * - * This files contains functions implementing several sorting - * algorithms (e.g. quick sort and gnome sort). + * This file contains an implementation of gnome sort * */ -- 2.11.4.GIT