diff options
author | itsthem <arerola_waterbed@aleeas.com> | 2020-08-28 13:15:50 +0000 |
---|---|---|
committer | Arun Raghavan <arun@arunraghavan.net> | 2020-08-28 13:15:50 +0000 |
commit | 90a6c5ef0707ff024f1dab68ff0ffa2e9fd9b8b5 (patch) | |
tree | ebc7e317725a827a837c443733913db77666c0d9 /src/pulsecore/mcalign.h | |
parent | 1887a0f88bb0e785342ede23d80b06fdf68b8995 (diff) | |
download | pulseaudio-90a6c5ef0707ff024f1dab68ff0ffa2e9fd9b8b5.tar.gz |
pulsecore: Replace gendered pronouns with gender neutral ones
Diffstat (limited to 'src/pulsecore/mcalign.h')
-rw-r--r-- | src/pulsecore/mcalign.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/mcalign.h b/src/pulsecore/mcalign.h index e29d82e7e..353e66ad6 100644 --- a/src/pulsecore/mcalign.h +++ b/src/pulsecore/mcalign.h @@ -28,7 +28,7 @@ /* Method of operation: the user creates a new mcalign object by * calling pa_mcalign_new() with the appropriate aligning - * granularity. After that he may call pa_mcalign_push() for an input + * granularity. After that they may call pa_mcalign_push() for an input * memchunk. After exactly one memchunk the user has to call * pa_mcalign_pop() until it returns -1. If pa_mcalign_pop() returns * 0, the memchunk *c is valid and aligned to the granularity. Some |