topology: Fix one character typo in code comments

Closes: https://github.com/alsa-project/alsa-utils/pull/250
Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Jyri Sarha 2023-12-31 03:49:04 +02:00 committed by Jaroslav Kysela
parent 0029ab7cc7
commit 6da3737bd4

View file

@ -1654,7 +1654,7 @@ pre_process_object_variables_expand_fcn(snd_config_t **dst, const char *str, voi
* or '\0'.
*
* In '$[<contents>]' 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