From 48bbca816818409505a6e214d0911fda44e622e3 Mon Sep 17 00:00:00 2001 From: Daniel Hoffman Date: Fri, 17 Feb 2017 11:48:20 -0800 Subject: 7812 Remove gender specific language Reviewed by: Matt Ahrens Reviewed by: Prakash Surya Reviewed by: Steve Gonczi Reviewed by: Chris Williamson Reviewed by: George Wilson Reviewed by: Igor Kozhukhov Reviewed by: Dan McDonald Reviewed by: Robert Mustacchi Approved by: Richard Lowe --- usr/src/common/fs/ufsops.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'usr/src/common/fs/ufsops.c') diff --git a/usr/src/common/fs/ufsops.c b/usr/src/common/fs/ufsops.c index d4e782639d..52e716f1de 100644 --- a/usr/src/common/fs/ufsops.c +++ b/usr/src/common/fs/ufsops.c @@ -22,6 +22,7 @@ /* * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. + * Copyright (c) 2016 by Delphix. All rights reserved. */ #include @@ -661,7 +662,7 @@ bufs_lseek(int fd, off_t addr, int whence) { fileid_t *filep; - /* Make sure user knows what file he is talking to */ + /* Make sure user knows what file they are talking to */ if (!(filep = find_fp(fd))) return (-1); @@ -738,7 +739,7 @@ bufs_close(int fd) { fileid_t *filep; - /* Make sure user knows what file he is talking to */ + /* Make sure user knows what file they are talking to */ if (!(filep = find_fp(fd))) return (-1); -- cgit v1.2.3