summaryrefslogtreecommitdiff
path: root/src/adlist.c
diff options
context:
space:
mode:
authorAaron Rutkovsky <aaron.rutkovsky@gmail.com>2014-01-16 22:02:38 -0600
committerMatt Stancliff <matt@genges.com>2014-09-29 06:49:07 -0400
commit3a82b8ac641120c231f4f7e8a2edc0bd1c40a399 (patch)
treeb2b49541a20eb59c7e9cff479b5568e0bfd29097 /src/adlist.c
parent9f98b29cefc337d607016cea57216cde1c25dd47 (diff)
downloadredis-3a82b8ac641120c231f4f7e8a2edc0bd1c40a399.tar.gz
Fix typos
Closes #1513
Diffstat (limited to 'src/adlist.c')
-rw-r--r--src/adlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/adlist.c b/src/adlist.c
index b4dba420f..b4cc785be 100644
--- a/src/adlist.c
+++ b/src/adlist.c
@@ -71,7 +71,7 @@ void listRelease(list *list)
zfree(list);
}
-/* Add a new node to the list, to head, contaning the specified 'value'
+/* Add a new node to the list, to head, containing the specified 'value'
* pointer as value.
*
* On error, NULL is returned and no operation is performed (i.e. the