diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-08-25 10:46:51 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-08-25 10:46:51 +0200 |
commit | 0ecc46f0cb995da90bf4ea2d3d207033dd308e09 (patch) | |
tree | 9961ad478870dcf4a4180d7cd3863a449c983121 | |
parent | m doc (diff) | |
download | mds-0ecc46f0cb995da90bf4ea2d3d207033dd308e09.tar.gz mds-0ecc46f0cb995da90bf4ea2d3d207033dd308e09.tar.bz2 mds-0ecc46f0cb995da90bf4ea2d3d207033dd308e09.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | src/libmdsserver/macros.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libmdsserver/macros.h b/src/libmdsserver/macros.h index aadf7b5..b40581d 100644 --- a/src/libmdsserver/macros.h +++ b/src/libmdsserver/macros.h @@ -284,7 +284,7 @@ /** * Free an array and all elements in an array * - * @param array:void** The array to free + * @param array:void** The array to free * @param elements:size_t The number of elements, in the array, to free * @scope i:size_t The variable `i` must be declared as `size_t` and avaiable for use */ |