aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2013-08-16 16:25:52 +0300
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2013-08-16 16:26:22 +0300
commit05cbce6f30b9037f035f76f5cdf45fca3e9dd012 (patch)
tree7b86994540642b31b9400dba7c921c62d6130c8d /src
parent3f78b1715c8c1d6655d169e6c8ac384c9a01ac60 (diff)
downloadpostgresql-05cbce6f30b9037f035f76f5cdf45fca3e9dd012.tar.gz
postgresql-05cbce6f30b9037f035f76f5cdf45fca3e9dd012.zip
Fix typo in comment.
Diffstat (limited to 'src')
-rw-r--r--src/backend/libpq/auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/libpq/auth.c b/src/backend/libpq/auth.c
index 415b614e48b..5b6a71c474c 100644
--- a/src/backend/libpq/auth.c
+++ b/src/backend/libpq/auth.c
@@ -1938,7 +1938,7 @@ CheckPAMAuth(Port *port, char *user, char *password)
pam_port_cludge = port;
/*
- * Set the application data portion of the conversation struct This is
+ * Set the application data portion of the conversation struct. This is
* later used inside the PAM conversation to pass the password to the
* authentication module.
*/