mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
More spelling fixes
This commit is contained in:
parent
231645d4fc
commit
c5dca7cf2b
81 changed files with 165 additions and 167 deletions
|
|
@ -78,7 +78,7 @@ pa_usec_t pa_timeval_diff(const struct timeval *a, const struct timeval *b) {
|
|||
pa_assert(a);
|
||||
pa_assert(b);
|
||||
|
||||
/* Check which whan is the earlier time and swap the two arguments if required. */
|
||||
/* Check which is the earlier time and swap the two arguments if required. */
|
||||
if (PA_UNLIKELY(pa_timeval_cmp(a, b) < 0)) {
|
||||
const struct timeval *c;
|
||||
c = a;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue