Skip to content

Commit

Permalink
fix typo in ziplist.c
Browse files Browse the repository at this point in the history
Signed-off-by: danish-mehmood <rdm355190@gmail.com>
  • Loading branch information
danish-mehmood committed Oct 23, 2024
1 parent 5d70ccd commit 7988e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ziplist.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* The ziplist is a specially encoded dually linked list that is designed
/* The ziplist is a specially encoded doubly linked list that is designed
* to be very memory efficient. It stores both strings and integer values,
* where integers are encoded as actual integers instead of a series of
* characters. It allows push and pop operations on either side of the list
Expand Down

0 comments on commit 7988e66

Please sign in to comment.