summaryrefslogtreecommitdiffstats
path: root/cddl/contrib
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2014-07-23 00:46:56 +0000
committerdelphij <delphij@FreeBSD.org>2014-07-23 00:46:56 +0000
commit776d6cbee6ebec7755f3d97e5b0c1f04966cd646 (patch)
tree04d5e970851ad53e40d303fab5c3e9c6d28a0287 /cddl/contrib
parent126b8ac4b468f2611990a576c0a18e712247b8bf (diff)
downloadFreeBSD-src-776d6cbee6ebec7755f3d97e5b0c1f04966cd646.zip
FreeBSD-src-776d6cbee6ebec7755f3d97e5b0c1f04966cd646.tar.gz
MFC r260156: MFV r260152:
4208 Typo in zfs_main.c: "posxiuser"
Diffstat (limited to 'cddl/contrib')
-rw-r--r--cddl/contrib/opensolaris/cmd/zfs/zfs_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cddl/contrib/opensolaris/cmd/zfs/zfs_main.c b/cddl/contrib/opensolaris/cmd/zfs/zfs_main.c
index 1049c39..a6dba38 100644
--- a/cddl/contrib/opensolaris/cmd/zfs/zfs_main.c
+++ b/cddl/contrib/opensolaris/cmd/zfs/zfs_main.c
@@ -21,7 +21,7 @@
/*
* Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
- * Copyright (c) 2012 by Delphix. All rights reserved.
+ * Copyright (c) 2013 by Delphix. All rights reserved.
* Copyright 2012 Milan Jurik. All rights reserved.
* Copyright (c) 2012, Joyent, Inc. All rights reserved.
* Copyright (c) 2011-2012 Pawel Jakub Dawidek <pawel@dawidek.net>.
@@ -2213,7 +2213,7 @@ static int us_type_bits[] = {
USTYPE_SMB_USR,
USTYPE_ALL
};
-static char *us_type_names[] = { "posixgroup", "posxiuser", "smbgroup",
+static char *us_type_names[] = { "posixgroup", "posixuser", "smbgroup",
"smbuser", "all" };
typedef struct us_node {
OpenPOWER on IntegriCloud