summaryrefslogtreecommitdiff
path: root/usr/src/cmd/zoneadmd/zoneadmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/zoneadmd/zoneadmd.c')
-rw-r--r--usr/src/cmd/zoneadmd/zoneadmd.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr/src/cmd/zoneadmd/zoneadmd.c b/usr/src/cmd/zoneadmd/zoneadmd.c
index 884ebf2fd9..13a9777f81 100644
--- a/usr/src/cmd/zoneadmd/zoneadmd.c
+++ b/usr/src/cmd/zoneadmd/zoneadmd.c
@@ -23,6 +23,7 @@
* Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
* Copyright 2014 Nexenta Systems, Inc. All rights reserved.
* Copyright 2016 Joyent, Inc.
+ * Copyright (c) 2016 by Delphix. All rights reserved.
*/
/*
@@ -1687,7 +1688,7 @@ server(void *cookie, char *args, size_t alen, door_desc_t *dp,
abort();
/*
* We could have two clients racing to halt this
- * zone; the second client loses, but his request
+ * zone; the second client loses, but its request
* doesn't fail, since the zone is now in the desired
* state.
*/
@@ -1783,7 +1784,7 @@ server(void *cookie, char *args, size_t alen, door_desc_t *dp,
case Z_READY:
/*
* We could have two clients racing to ready this
- * zone; the second client loses, but his request
+ * zone; the second client loses, but its request
* doesn't fail, since the zone is now in the desired
* state.
*/
@@ -1873,7 +1874,7 @@ server(void *cookie, char *args, size_t alen, door_desc_t *dp,
case Z_FORCEBOOT:
/*
* We could have two clients racing to boot this
- * zone; the second client loses, but his request
+ * zone; the second client loses, but its request
* doesn't fail, since the zone is now in the desired
* state.
*/