mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
various spelling fixes
This commit is contained in:
parent
ccaf765260
commit
8bcb9c6910
21 changed files with 37 additions and 37 deletions
|
|
@ -60,7 +60,7 @@ struct timeval *pa_gettimeofday(struct timeval *tv);
|
|||
* structs. */
|
||||
pa_usec_t pa_timeval_diff(const struct timeval *a, const struct timeval *b) PA_GCC_PURE;
|
||||
|
||||
/** Compare the two timeval structs and return 0 when equal, negative when a < b, positive otherwse */
|
||||
/** Compare the two timeval structs and return 0 when equal, negative when a < b, positive otherwise */
|
||||
int pa_timeval_cmp(const struct timeval *a, const struct timeval *b) PA_GCC_PURE;
|
||||
|
||||
/** Return the time difference between now and the specified timestamp */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue