Skip to content

Commit

Permalink
topology: Fix one character typo in code comments
Browse files Browse the repository at this point in the history
Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>
  • Loading branch information
Jyri Sarha committed Jan 3, 2024
1 parent 1ef55df commit fb2839e
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 @@ -1637,7 +1637,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 fb2839e

Please sign in to comment.