summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/os/strsubr.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/os/strsubr.c')
-rw-r--r--usr/src/uts/common/os/strsubr.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/uts/common/os/strsubr.c b/usr/src/uts/common/os/strsubr.c
index 1c39b5be88..87e0c5511d 100644
--- a/usr/src/uts/common/os/strsubr.c
+++ b/usr/src/uts/common/os/strsubr.c
@@ -25,6 +25,7 @@
/*
* Copyright 2010 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
+ * Copyright (c) 2016 by Delphix. All rights reserved.
*/
#include <sys/types.h>
@@ -6390,7 +6391,7 @@ drain_syncq(syncq_t *sq)
sq->sq_svcflags &= ~SQ_SERVICE;
/*
- * If SQ_EXCL is set, someone else is processing this syncq - let him
+ * If SQ_EXCL is set, someone else is processing this syncq - let them
* finish the job.
*/
if (flags & SQ_EXCL) {