summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nslcd/protocol.c2
-rw-r--r--nslcd/shadow.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/nslcd/protocol.c b/nslcd/protocol.c
index 4efdd4a..ae6fd8e 100644
--- a/nslcd/protocol.c
+++ b/nslcd/protocol.c
@@ -1,5 +1,5 @@
/*
- protocol.c - network address entry lookup routines
+ protocol.c - protocol name and number lookup routines
Parts of this file were part of the nss_ldap library (as ldap-proto.c)
which has been forked into the nss-pam-ldapd library.
diff --git a/nslcd/shadow.c b/nslcd/shadow.c
index e5f4a54..eb7e229 100644
--- a/nslcd/shadow.c
+++ b/nslcd/shadow.c
@@ -1,5 +1,5 @@
/*
- shadow.c - service entry lookup routines
+ shadow.c - shadow entry lookup routines
Parts of this file were part of the nss_ldap library (as ldap-spwd.c)
which has been forked into the nss-pam-ldapd library.