summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorvambo <vpoldra@gmail.com>2011-08-26 21:40:18 +0300
committervambo <vpoldra@gmail.com>2011-08-26 21:40:18 +0300
commitc74b7c77306028acc7dc71d2ae14f880aea7e091 (patch)
tree2d3ef65027fd21675f21fd91d7d34bfa81e67ebd /src
parentb56567017dfc44b8e5071423423a48601cc4657e (diff)
downloadredis-c74b7c77306028acc7dc71d2ae14f880aea7e091.tar.gz
Corrected typo in documentation for R_Zero, R_PosInf, R_NegInf, R_Nan;
Diffstat (limited to 'src')
-rw-r--r--src/redis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/redis.c b/src/redis.c
index 6b92018df..e8f6b9963 100644
--- a/src/redis.c
+++ b/src/redis.c
@@ -57,7 +57,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. */