summaryrefslogtreecommitdiffstats
path: root/src/format.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/format.c')
-rw-r--r--src/format.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/format.c b/src/format.c
index 29e2fc6..3c72d7d 100644
--- a/src/format.c
+++ b/src/format.c
@@ -101,7 +101,7 @@ xmemdup(char *region, int size)
}
/* Maintain an entry list. The list takes ownership of entries which are
- * passed to it. */
+ * added to it. */
struct entry_list {
Slapi_Entry *entry;
struct entry_list *next;