aboutsummaryrefslogtreecommitdiff
path: root/modules/pam_namespace/pam_namespace.h
diff options
context:
space:
mode:
authorTobias Stoeckmann <tobias@stoeckmann.org>2024-01-05 22:54:54 +0100
committerDmitry V. Levin <ldv@strace.io>2024-01-05 23:36:44 +0000
commit94c798c2d82a3df4d1e98e0a6855d92a5a4b1450 (patch)
treeb9a4f79eadb7376d6d9980e75cb01c4f3647c669 /modules/pam_namespace/pam_namespace.h
parent387940a856bac59fb77d13572b504bf51cb1ed3b (diff)
downloadpam-94c798c2d82a3df4d1e98e0a6855d92a5a4b1450.tar.gz
pam-94c798c2d82a3df4d1e98e0a6855d92a5a4b1450.tar.bz2
pam-94c798c2d82a3df4d1e98e0a6855d92a5a4b1450.zip
treewide: fix typos in comments
Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
Diffstat (limited to 'modules/pam_namespace/pam_namespace.h')
-rw-r--r--modules/pam_namespace/pam_namespace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pam_namespace/pam_namespace.h b/modules/pam_namespace/pam_namespace.h
index a991b4c4..fd393d17 100644
--- a/modules/pam_namespace/pam_namespace.h
+++ b/modules/pam_namespace/pam_namespace.h
@@ -114,7 +114,7 @@
#define PAMNS_MOUNT_PRIVATE 0x00080000 /* Make the polydir mounts private */
/* polydir flags */
-#define POLYDIR_EXCLUSIVE 0x00000001 /* polyinstatiate exclusively for override uids */
+#define POLYDIR_EXCLUSIVE 0x00000001 /* polyinstantiate exclusively for override uids */
#define POLYDIR_CREATE 0x00000002 /* create the polydir */
#define POLYDIR_NOINIT 0x00000004 /* no init script */
#define POLYDIR_SHARED 0x00000008 /* share context/level instances among users */