summaryrefslogtreecommitdiff
path: root/src/pulsecore/mcalign.h
diff options
context:
space:
mode:
authoritsthem <arerola_waterbed@aleeas.com>2020-08-28 13:15:50 +0000
committerArun Raghavan <arun@arunraghavan.net>2020-08-28 13:15:50 +0000
commit90a6c5ef0707ff024f1dab68ff0ffa2e9fd9b8b5 (patch)
treeebc7e317725a827a837c443733913db77666c0d9 /src/pulsecore/mcalign.h
parent1887a0f88bb0e785342ede23d80b06fdf68b8995 (diff)
downloadpulseaudio-90a6c5ef0707ff024f1dab68ff0ffa2e9fd9b8b5.tar.gz
pulsecore: Replace gendered pronouns with gender neutral ones
Diffstat (limited to 'src/pulsecore/mcalign.h')
-rw-r--r--src/pulsecore/mcalign.h2
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