summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/dbwrap/dbwrap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dbwrap/dbwrap.c b/lib/dbwrap/dbwrap.c
index e1d792fa2f8..a214a4e9a6e 100644
--- a/lib/dbwrap/dbwrap.c
+++ b/lib/dbwrap/dbwrap.c
@@ -457,7 +457,7 @@ struct tevent_req *dbwrap_parse_record_send(
/*
* Copy the key into our state ensuring the key data buffer is always
- * available to the all dbwrap backend over the entire lifetime of the
+ * available to all the dbwrap backends over the entire lifetime of the
* async request. Otherwise the caller might have free'd the key buffer.
*/
if (key.dsize > sizeof(state->_keybuf)) {