diff options
| author | Nalin Dahyabhai <nalin.dahyabhai@pobox.com> | 2008-07-15 13:54:41 -0400 |
|---|---|---|
| committer | Nalin Dahyabhai <nalin.dahyabhai@pobox.com> | 2008-07-15 13:54:41 -0400 |
| commit | 2b1e29eb256c57f9afe50b6044276b458394a689 (patch) | |
| tree | c2ccdd7f69db0da6e615e052bceb33a1361b7531 /src/format.c | |
| parent | 102a1f5707d15adb2d36cc46493ec80fe5038f0f (diff) | |
- fix that comment
Diffstat (limited to 'src/format.c')
| -rw-r--r-- | src/format.c | 2 |
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; |
