diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2014-10-30 08:56:55 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2014-11-12 10:24:55 +1000 |
commit | 3ccec1b5ba6a26a30f82ba3aa9c5218dfa336869 (patch) | |
tree | 668d2aae78fca0888665f3b7a5d3ae439d2e24c7 /include | |
parent | b227d974569b4c315a72b85fe839c5f455396678 (diff) |
include: fix documentation for list.h
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/list.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) |