diff --git a/src/t_stream.c b/src/t_stream.c index d3a3b92644..4383dcd5ad 100644 --- a/src/t_stream.c +++ b/src/t_stream.c @@ -946,7 +946,7 @@ static int streamParseAddOrTrimArgsOrReply(client *c, streamAddTrimArgs *args, i } args->approx_trim = 0; char *next = c->argv[i+1]->ptr; - /* Check for the form MINID ~ |. */ + /* Check for the form MINID ~ */ if (moreargs >= 2 && next[0] == '~' && next[1] == '\0') { args->approx_trim = 1; i++;