aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/hiredis/sds.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/hiredis/sds.c')
-rw-r--r--contrib/hiredis/sds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/hiredis/sds.c b/contrib/hiredis/sds.c
index f01247de9..5e7551647 100644
--- a/contrib/hiredis/sds.c
+++ b/contrib/hiredis/sds.c
@@ -161,7 +161,7 @@ sds sdsRemoveFreeSpace(sds s) {
return sh->buf;
}
-/* Return the total size of the allocation of the specifed sds string,
+/* Return the total size of the allocation of the specified sds string,
* including:
* 1) The sds header before the pointer.
* 2) The string.