diff options
Diffstat (limited to 'crypto/openssh/auth1.c')
-rw-r--r-- | crypto/openssh/auth1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssh/auth1.c b/crypto/openssh/auth1.c index 462b492..3df36e2 100644 --- a/crypto/openssh/auth1.c +++ b/crypto/openssh/auth1.c @@ -328,7 +328,7 @@ do_authloop(Authctxt *authctxt) /* Do PAM auth with password */ authenticated = auth_pam_password(authctxt, password); #else /* !USE_PAM */ - /* Try authentication with the password. */ + /* Try authentication with the password. */ authenticated = auth_password(authctxt, password); #endif /* USE_PAM */ |