]> git.proxmox.com Git - mirror_zfs.git/blobdiff - module/nvpair/nvpair.c
OpenZFS 7812 - Remove gender specific language
[mirror_zfs.git] / module / nvpair / nvpair.c
old mode 100755 (executable)
new mode 100644 (file)
index 14b196d..2e38209
@@ -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