control: Minor documentation fixes.

Signed-off-by: Tanjeff-N. Moos <tanjeff@cccmz.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Tanjeff-N. Moos 2021-06-17 10:36:39 +02:00 committed by Takashi Iwai
parent ccc14ae897
commit 7ba3f888d0
3 changed files with 12 additions and 4 deletions

View file

@ -3127,7 +3127,7 @@ size_t snd_ctl_elem_value_sizeof()
/**
* \brief Allocate an invalid #snd_ctl_elem_value_t on the heap.
*
* Allocate space for a value object on the head. The allocated memory
* Allocate space for a value object on the heap. The allocated memory
* must be freed using snd_ctl_elem_value_free().
*
* See snd_ctl_elem_value_t for details.