diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/kdb/kdb_dbm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/kdb/kdb_dbm.c b/src/lib/kdb/kdb_dbm.c index c80087d83..6476734b2 100644 --- a/src/lib/kdb/kdb_dbm.c +++ b/src/lib/kdb/kdb_dbm.c @@ -808,7 +808,7 @@ krb5_dbm_db_rename(context, from, to) db_ctx = (krb5_db_context *) context->db_context; /* - * Create the database, failing if it already exists; the + * Create the database if it does not already exists; the * files must exist because krb5_dbm_db_lock, called below, * will fail otherwise. */ |
