summaryrefslogtreecommitdiff
path: root/src/endianconv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/endianconv.c')
-rw-r--r--src/endianconv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/endianconv.c b/src/endianconv.c
index f3b0b4730..918844e25 100644
--- a/src/endianconv.c
+++ b/src/endianconv.c
@@ -8,7 +8,7 @@
* to be backward compatible are still in big endian) because most of the
* production environments are little endian, and we have a lot of conversions
* in a few places because ziplists, intsets, zipmaps, need to be endian-neutral
- * even in memory, since they are serialied on RDB files directly with a single
+ * even in memory, since they are serialized on RDB files directly with a single
* write(2) without other additional steps.
*
* ----------------------------------------------------------------------------