From 6da3737bd4a316c411e006de767edbff610fb429 Mon Sep 17 00:00:00 2001 From: Jyri Sarha Date: Sun, 31 Dec 2023 03:49:04 +0200 Subject: [PATCH] topology: Fix one character typo in code comments Closes: https://github.com/alsa-project/alsa-utils/pull/250 Signed-off-by: Jyri Sarha Signed-off-by: Jaroslav Kysela --- topology/pre-process-object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topology/pre-process-object.c b/topology/pre-process-object.c index 7aa72c1..de088a6 100644 --- a/topology/pre-process-object.c +++ b/topology/pre-process-object.c @@ -1654,7 +1654,7 @@ pre_process_object_variables_expand_fcn(snd_config_t **dst, const char *str, voi * or '\0'. * * In '$[]' case all letters but '[' and ']' are allow in - * any sequence. Nested '[]' is also allowed if the number if '[' and + * any sequence. Nested '[]' is also allowed if the number of '[' and * ']' match. * * The function modifies *stringp, and *prefix - if not NULL - points