diff options
-rw-r--r-- | lib/tdb/common/open.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tdb/common/open.c b/lib/tdb/common/open.c index 08b9450a1c..05d7cae6be 100644 --- a/lib/tdb/common/open.c +++ b/lib/tdb/common/open.c @@ -215,7 +215,7 @@ _PUBLIC_ struct tdb_context *tdb_open_ex(const char *name, int hash_size, int td goto fail; } - /* now make a copy of the name, as the caller memory might went away */ + /* now make a copy of the name, as the caller memory might go away */ if (!(tdb->name = (char *)strdup(name))) { /* * set the name as the given string, so that tdb_name() will |