From 57f611d9534f01874a83b8e8b0efa69971b88c14 Mon Sep 17 00:00:00 2001 From: vambo Date: Fri, 26 Aug 2011 21:40:18 +0300 Subject: [PATCH] Corrected typo in documentation for R_Zero, R_PosInf, R_NegInf, R_Nan; --- src/redis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/redis.c b/src/redis.c index 8231849f..e3f9bae5 100644 --- a/src/redis.c +++ b/src/redis.c @@ -59,7 +59,7 @@ struct sharedObjectsStruct shared; -/* Global vars that are actally used as constants. The following double +/* Global vars that are actually used as constants. The following double * values are used for double on-disk serialization, and are initialized * at runtime to avoid strange compiler optimizations. */