From 08489233dad7e6699f7ffc42c45c757d4c3d738c Mon Sep 17 00:00:00 2001 From: Madelyn Olson Date: Fri, 25 Oct 2024 12:42:46 -0700 Subject: [PATCH] More test failures Signed-off-by: Madelyn Olson --- src/sds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sds.c b/src/sds.c index cb5e5bc060..7c350029d9 100644 --- a/src/sds.c +++ b/src/sds.c @@ -1032,7 +1032,7 @@ int hex_digit_to_int(char c) { } } -/* Helper function for sdssplitargs that parses a single argument. It +/* Helper function for sdssplitargs that parses a single argument. It * populates either the number characters needed to store the parsed argument * in len, if provided, or will copy the parsed string into dst, if provided. * If the string is able to be parsed, this function returns the number of