diff options
author | Volker Lendecke <vl@samba.org> | 2018-07-30 16:29:58 +0200 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2018-08-17 18:25:08 +0200 |
commit | 0d38e9e84831759ebcd13b40bfe4d70f127b724d (patch) | |
tree | 308de07e0367e662f7c498519e5b30492cc14a6a /lib/dbwrap/dbwrap.c | |
parent | fea8ebce485c6cdd5c312e7d5caef72d52c904fd (diff) | |
download | samba-0d38e9e84831759ebcd13b40bfe4d70f127b724d.tar.gz |
dbwrap: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Rowland Penny <rpenny@samba.org>
Diffstat (limited to 'lib/dbwrap/dbwrap.c')
-rw-r--r-- | lib/dbwrap/dbwrap.c | 2 |
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)) { |