summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/syscall/poll.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/syscall/poll.c')
-rw-r--r--usr/src/uts/common/syscall/poll.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/uts/common/syscall/poll.c b/usr/src/uts/common/syscall/poll.c
index cc125f127a..6ffef9e3ec 100644
--- a/usr/src/uts/common/syscall/poll.c
+++ b/usr/src/uts/common/syscall/poll.c
@@ -28,7 +28,7 @@
/* All Rights Reserved */
/*
- * Copyright (c) 2012 by Delphix. All rights reserved.
+ * Copyright (c) 2012, 2016 by Delphix. All rights reserved.
* Copyright 2015, Joyent, Inc.
*/
@@ -370,8 +370,8 @@ poll_common(pollfd_t *fds, nfds_t nfds, timespec_t *tsp, k_sigset_t *ksetp)
}
/*
- * Check to see if this guy just wants to use poll() as a timeout.
- * If yes then bypass all the other stuff and make him sleep.
+ * Check to see if this one just wants to use poll() as a timeout.
+ * If yes then bypass all the other stuff and make it sleep.
*/
if (nfds == 0) {
/*