From: Jyri Sarha Date: Sun, 31 Dec 2023 01:49:04 +0000 (+0200) Subject: topology: Fix one character typo in code comments X-Git-Tag: v1.2.11~3 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=6da3737bd4a316c411e006de767edbff610fb429;p=alsa-utils.git 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 --- 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