diff options
Diffstat (limited to 'libpam/pam_end.c')
-rw-r--r-- | libpam/pam_end.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpam/pam_end.c b/libpam/pam_end.c index c374dbca..c728f1da 100644 --- a/libpam/pam_end.c +++ b/libpam/pam_end.c @@ -26,7 +26,7 @@ int pam_end(pam_handle_t *pamh, int pam_status) _pam_audit_end(pamh, pam_status); #endif - /* first liberate the modules (it is not inconcevible that the + /* first liberate the modules (it is not inconceivable that the modules may need to use the service_name etc. to clean up) */ _pam_free_data(pamh, pam_status); |