mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
Fix typos
This commit is contained in:
parent
379068c31d
commit
47ef2b6b09
35 changed files with 53 additions and 53 deletions
|
|
@ -373,7 +373,7 @@ again:
|
|||
if (errno == EINTR)
|
||||
goto again;
|
||||
|
||||
/* return socked has no data */
|
||||
/* return socket has no data */
|
||||
if (errno == EAGAIN || errno == EWOULDBLOCK)
|
||||
return 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue