summaryrefslogtreecommitdiff
path: root/usr/src/psm
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/psm')
-rw-r--r--usr/src/psm/stand/boot/sparc/common/bootprop.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/psm/stand/boot/sparc/common/bootprop.c b/usr/src/psm/stand/boot/sparc/common/bootprop.c
index c551051c37..967a2f7e06 100644
--- a/usr/src/psm/stand/boot/sparc/common/bootprop.c
+++ b/usr/src/psm/stand/boot/sparc/common/bootprop.c
@@ -21,6 +21,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>
@@ -228,7 +229,7 @@ bgetprop(struct bootops *bop, char *name, void *buf)
}
/*
- * If the user wants the first property in the list, he passes in a
+ * If the user wants the first property in the list, they pass in a
* null string. The routine will always return a ptr to the name of the
* next prop, except when there are no more props. In that case, it will
* return a null string.