]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Doxygen
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 12 Jul 2018 22:12:06 +0000 (18:12 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 12 Jul 2018 22:12:06 +0000 (18:12 -0400)
src/lib/util/dlist.h

index e780833a1c22e16c3c2d7b3af253b4b7cddee762..6671d35a5ff2aa726691924d5184109de5d696b6 100644 (file)
@@ -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.