summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/os/callout.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/os/callout.c')
-rw-r--r--usr/src/uts/common/os/callout.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/uts/common/os/callout.c b/usr/src/uts/common/os/callout.c
index 6c2fbd071e..66f17a3820 100644
--- a/usr/src/uts/common/os/callout.c
+++ b/usr/src/uts/common/os/callout.c
@@ -20,6 +20,7 @@
*/
/*
* Copyright (c) 1992, 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2016 by Delphix. All rights reserved.
*/
#include <sys/callo.h>
@@ -853,7 +854,7 @@ callout_heap_delete(callout_table_t *ct)
* scanning the heap anyway.
*
* If the root gets changed and/or callout lists are expired, return the
- * new expiration to the caller so he can reprogram the cyclic accordingly.
+ * new expiration to the caller so it can reprogram the cyclic accordingly.
*/
static hrtime_t
callout_heap_process(callout_table_t *ct, hrtime_t delta, int timechange)