Message ID | 20210624171559.14003-1-nihal@nihaljere.xyz |
---|---|
State | New |
Headers | show |
Series | [alsa-lib,1/2] control: fix typo | expand |
diff --git a/src/control/control.c b/src/control/control.c index 91415b51..3930c7b1 100644 --- a/src/control/control.c +++ b/src/control/control.c @@ -390,7 +390,7 @@ int snd_ctl_card_info(snd_ctl_t *ctl, snd_ctl_card_info_t *info) /** * \brief Get a list of element identifiers * - * Before calling this function, memoru must be allocated using + * Before calling this function, memory must be allocated using * snd_ctl_elem_list_malloc(). * * This function obtains data from the sound card driver and puts it
Signed-off-by: Nihal Jere <nihal@nihaljere.xyz> --- src/control/control.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)