diff options
author | Daniel Hoffman <[email protected]> | 2017-02-17 11:48:20 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2017-02-24 11:07:04 -0800 |
commit | 9e2c3bb4b977bb6c5091b63bf6a736466ba25d1a (patch) | |
tree | 21000cdfe2f03d7398f5b7a83d933cf12d20e210 /module/nvpair | |
parent | cbeeb4afb35ecd77e70f5019ac4f3f0f88fb8df6 (diff) |
OpenZFS 7812 - Remove gender specific language
Authored by: Daniel Hoffman <[email protected]>
Reviewed by: Matt Ahrens <[email protected]>
Reviewed by: Prakash Surya <[email protected]>
Reviewed by: Steve Gonczi <[email protected]>
Reviewed by: Chris Williamson <[email protected]>
Reviewed by: George Wilson <[email protected]>
Reviewed by: Igor Kozhukhov <[email protected]>
Reviewed by: Dan McDonald <[email protected]>
Reviewed by: Robert Mustacchi <[email protected]>
Reviewed-by: Giuseppe Di Natale <[email protected]>
Ported-by: George Melikov <[email protected]>
This change removes all gendered language that did not refer specifically
to an individual person or pet. The convention taken was to use
variations on "they" when referring to users and/or human beings, while
using "it" when referring to code, functions, and/or libraries.
Additionally, we took the liberty to fix up any whitespace issues that
were found in any files that were already being modified.
OpenZFS-issue: https://www.illumos.org/issues/7812
OpenZFS-commit: https://github.com/openzfs/openzfs/commit/ad626db
Closes #5822
Diffstat (limited to 'module/nvpair')
-rw-r--r-- | module/nvpair/nvpair.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/nvpair/nvpair.c b/module/nvpair/nvpair.c index 14b196d96..2e3820981 100644 --- a/module/nvpair/nvpair.c +++ b/module/nvpair/nvpair.c @@ -2395,7 +2395,7 @@ nvlist_xpack(nvlist_t *nvl, char **bufp, size_t *buflen, int encoding, * 1. The nvlist has fixed allocator properties. * All other nvlist routines (like nvlist_add_*, ...) use * these properties. - * 2. When using nvlist_pack() the user can specify his own + * 2. When using nvlist_pack() the user can specify their own * allocator properties (e.g. by using KM_NOSLEEP). * * We use the user specified properties (2). A clearer solution |