mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 17:15:43 +01:00
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:
parent
0029ab7cc7
commit
6da3737bd4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue