diff options
author | Tobias Stoeckmann <tobias@stoeckmann.org> | 2024-01-05 22:54:54 +0100 |
---|---|---|
committer | Dmitry V. Levin <ldv@strace.io> | 2024-01-05 23:36:44 +0000 |
commit | 94c798c2d82a3df4d1e98e0a6855d92a5a4b1450 (patch) | |
tree | b9a4f79eadb7376d6d9980e75cb01c4f3647c669 /modules/pam_namespace/pam_namespace.c | |
parent | 387940a856bac59fb77d13572b504bf51cb1ed3b (diff) | |
download | pam-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.c')
-rw-r--r-- | modules/pam_namespace/pam_namespace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pam_namespace/pam_namespace.c b/modules/pam_namespace/pam_namespace.c index 09d19ca0..2528cff8 100644 --- a/modules/pam_namespace/pam_namespace.c +++ b/modules/pam_namespace/pam_namespace.c @@ -473,7 +473,7 @@ static int parse_method(char *method, struct polydir_s *poly, * of the namespace configuration file. It skips over comments and incomplete * or malformed lines. It processes a valid line with information on * polyinstantiating a directory by populating appropriate fields of a - * polyinstatiated directory structure and then calling add_polydir_entry to + * polyinstantiated directory structure and then calling add_polydir_entry to * add that entry to the linked list of polyinstantiated directories. */ static int process_line(char *line, const char *home, const char *rhome, |