Skip to content

Commit

Permalink
topology: Fix one character typo in code comments
Browse files Browse the repository at this point in the history
Closes: #250
Signed-off-by: Jyri Sarha <[email protected]>
Signed-off-by: Jaroslav Kysela <[email protected]>
  • Loading branch information
Jyri Sarha authored and perexg committed Jan 24, 2024
1 parent 0029ab7 commit 6da3737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion topology/pre-process-object.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6da3737

Please sign in to comment.