Author: mav
Date: Tue Feb 20 05:07:21 2018
New Revision: 329628
URL: https://svnweb.freebsd.org/changeset/base/329628

Log:
  MFC r316910: 7812 Remove gender specific language
  
  illumos/illumos-gate@48bbca816818409505a6e214d0911fda44e622e3
  
https://github.com/illumos/illumos-gate/commit/48bbca816818409505a6e214d0911fda44e622e3
  
  https://www.illumos.org/issues/7812
    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.
  
  Reviewed by: Matt Ahrens <mahr...@delphix.com>
  Reviewed by: Prakash Surya <prakash.su...@delphix.com>
  Reviewed by: Steve Gonczi <steve.gon...@delphix.com>
  Reviewed by: Chris Williamson <chris.william...@delphix.com>
  Reviewed by: George Wilson <george.wil...@delphix.com>
  Reviewed by: Igor Kozhukhov <i...@dilos.org>
  Reviewed by: Dan McDonald <dan...@omniti.com>
  Reviewed by: Robert Mustacchi <r...@joyent.com>
  Approved by: Richard Lowe <richl...@richlowe.net>
  Author: Daniel Hoffman <dj.hoff...@delphix.com>

Modified:
  head/sys/cddl/contrib/opensolaris/common/nvpair/opensolaris_nvpair.c
  head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_dir.c
  head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zio.c
Directory Properties:
  head/sys/cddl/contrib/opensolaris/   (props changed)

Modified: head/sys/cddl/contrib/opensolaris/common/nvpair/opensolaris_nvpair.c
==============================================================================
--- head/sys/cddl/contrib/opensolaris/common/nvpair/opensolaris_nvpair.c        
Tue Feb 20 05:06:11 2018        (r329627)
+++ head/sys/cddl/contrib/opensolaris/common/nvpair/opensolaris_nvpair.c        
Tue Feb 20 05:07:21 2018        (r329628)
@@ -2379,7 +2379,7 @@ nvlist_xpack(nvlist_t *nvl, char **bufp, size_t *bufle
         * 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

Modified: head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_dir.c
==============================================================================
--- head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_dir.c       Tue Feb 
20 05:06:11 2018        (r329627)
+++ head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_dir.c       Tue Feb 
20 05:07:21 2018        (r329628)
@@ -21,7 +21,7 @@
 
 /*
  * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
- * Copyright (c) 2013, 2015 by Delphix. All rights reserved.
+ * Copyright (c) 2013, 2016 by Delphix. All rights reserved.
  * Copyright 2017 Nexenta Systems, Inc.
  */
 

Modified: head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zio.c
==============================================================================
--- head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zio.c   Tue Feb 20 
05:06:11 2018        (r329627)
+++ head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zio.c   Tue Feb 20 
05:07:21 2018        (r329628)
@@ -1812,7 +1812,7 @@ zio_reexecute(zio_t *pio)
        /*
         * Now that all children have been reexecuted, execute the parent.
         * We don't reexecute "The Godfather" I/O here as it's the
-        * responsibility of the caller to wait on him.
+        * responsibility of the caller to wait on it.
         */
        if (!(pio->io_flags & ZIO_FLAG_GODFATHER)) {
                pio->io_queued_timestamp = gethrtime();
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to