From 3ccec1b5ba6a26a30f82ba3aa9c5218dfa336869 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 30 Oct 2014 08:56:55 +1000 Subject: [PATCH] include: fix documentation for list.h Signed-off-by: Peter Hutterer Reviewed-by: Alan Coopersmith --- include/list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/list.h b/include/list.h index 455c670d3..39f198590 100644 --- a/include/list.h +++ b/include/list.h @@ -117,7 +117,7 @@ struct xorg_list { * Example: * xorg_list_init(&bar->list_of_foos); * - * @param The list to initialized. + * @param list The list to initialize */ static inline void xorg_list_init(struct xorg_list *list)