mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
Fix typo: definately -> definitely
This commit is contained in:
parent
c1acdfee33
commit
93c07da3eb
1 changed files with 1 additions and 1 deletions
|
|
@ -232,7 +232,7 @@ static inline void bit_writer(uint8_t **buffer, uint8_t *bit_pos, size_t *size,
|
|||
if (!data_bit_len)
|
||||
return;
|
||||
|
||||
/* If bit pos is zero, we will definately use at least one bit from the current byte so size increments. */
|
||||
/* If bit pos is zero, we will definitely use at least one bit from the current byte so size increments. */
|
||||
if (!*bit_pos)
|
||||
*size += 1;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue