]> git.saurik.com Git - redis.git/commitdiff
Merge pull request #78 from vambo/patch-1
authorSalvatore Sanfilippo <antirez@gmail.com>
Tue, 20 Sep 2011 09:00:58 +0000 (02:00 -0700)
committerSalvatore Sanfilippo <antirez@gmail.com>
Tue, 20 Sep 2011 09:00:58 +0000 (02:00 -0700)
Corrected typo in documentation for R_Zero, R_PosInf, R_NegInf, R_Nan;

src/redis.c

index ed3e884169f7a82b4ff2d614bbcb330bba13cf14..fa546ae62de8395598fb0ff1f2d99c8a7db9bdfe 100644 (file)
@@ -58,7 +58,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. */