diff options
Diffstat (limited to 'lib/nss_wrapper')
-rw-r--r-- | lib/nss_wrapper/nss_wrapper.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/nss_wrapper/nss_wrapper.c b/lib/nss_wrapper/nss_wrapper.c index dc2d4f58fd..ebf61f2fb4 100644 --- a/lib/nss_wrapper/nss_wrapper.c +++ b/lib/nss_wrapper/nss_wrapper.c @@ -207,7 +207,7 @@ struct nwrap_ops { void (*nw_endgrent)(struct nwrap_backend *b); }; -/* protoypes for files backend */ +/* prototypes for files backend */ static struct passwd *nwrap_files_getpwnam(struct nwrap_backend *b, @@ -245,7 +245,7 @@ static int nwrap_files_getgrent_r(struct nwrap_backend *b, size_t buflen, struct group **grdstp); static void nwrap_files_endgrent(struct nwrap_backend *b); -/* protoypes for module backend */ +/* prototypes for module backend */ static struct passwd *nwrap_module_getpwent(struct nwrap_backend *b); static int nwrap_module_getpwent_r(struct nwrap_backend *b, |