index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Eli Schwartz <eschwartz@archlinux.org> | 2021-02-03 16:57:33 -0500 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2021-02-08 14:24:18 +1000 |
commit | 2b8d00b7993435a8dc6f560b508a33050830ceec (patch) | |
tree | e3d8cd0504c744bdd4337b82977b7033338dea0d /lib | |
parent | 3a23abb2ec0c99d74719f97dcc9d097a105fe42b (diff) |
-rw-r--r-- | lib/libalpm/alpm_list.h | 2 |
diff --git a/lib/libalpm/alpm_list.h b/lib/libalpm/alpm_list.h index a0299a70..f76961d4 100644 --- a/lib/libalpm/alpm_list.h +++ b/lib/libalpm/alpm_list.h @@ -61,7 +61,7 @@ typedef struct __alpm_list_t { #define FREELIST(p) do { alpm_list_free_inner(p, free); alpm_list_free(p); p = NULL; } while(0) /** item deallocation callback. - * @param the item to free + * @param item the item to free */ typedef void (*alpm_list_fn_free)(void * item); |