From: Arran Cudbard-Bell Date: Thu, 12 Jul 2018 22:12:06 +0000 (-0400) Subject: Doxygen X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eff70ad1477491f221ad9bf06cd9dc40b0ea9bac;p=thirdparty%2Ffreeradius-server.git Doxygen --- diff --git a/src/lib/util/dlist.h b/src/lib/util/dlist.h index e780833a1c2..6671d35a5ff 100644 --- a/src/lib/util/dlist.h +++ b/src/lib/util/dlist.h @@ -180,7 +180,7 @@ static inline void *fr_dlist_head(fr_dlist_head_t *list_head) /** Return the TAIL item of a list or NULL if the list is empty * - * @param[in] list_head to return the HEAD item from. + * @param[in] list_head to return the TAIL item from. * @return * - The TAIL item. * - NULL if no items exist in the list.