diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-08-29 03:33:25 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-08-29 03:33:25 +0200 |
commit | 890db3ba40dc93b197e50e40d83532f7259f5231 (patch) | |
tree | b3a75c19536c73d2ce68e44555d5f2c1a504666a /src/libmdsserver/linked-list.c | |
parent | info: client list (diff) | |
download | mds-890db3ba40dc93b197e50e40d83532f7259f5231.tar.gz mds-890db3ba40dc93b197e50e40d83532f7259f5231.tar.bz2 mds-890db3ba40dc93b197e50e40d83532f7259f5231.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | src/libmdsserver/linked-list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libmdsserver/linked-list.c b/src/libmdsserver/linked-list.c index 948b0a8..292c610 100644 --- a/src/libmdsserver/linked-list.c +++ b/src/libmdsserver/linked-list.c @@ -155,7 +155,7 @@ int linked_list_clone(const linked_list_t* restrict this, linked_list_t* restric /** * Pack the list so that there are no reusable * positions, and reduce the capacity to the - * smallest capacity that can be used. Not that + * smallest capacity that can be used. Note that * values (nodes) returned by the list's methods * will become invalid. Additionally (to reduce * the complexity) the list will be defragment |