mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
lib:dbwrap: Fix code spelling
Best reviewed with: `git show --word-diff`. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
2b712191a8
commit
3289e7349a
@ -123,7 +123,7 @@ NTSTATUS dbwrap_parse_record(struct db_context *db, TDB_DATA key,
|
|||||||
* @param[out] req_state Pointer to a enum dbwrap_req_state variable
|
* @param[out] req_state Pointer to a enum dbwrap_req_state variable
|
||||||
*
|
*
|
||||||
* @note req_state is updated in the send function. To determine the final
|
* @note req_state is updated in the send function. To determine the final
|
||||||
* result of the request the caller should therefor not rely on req_state. The
|
* result of the request the caller should therefore not rely on req_state. The
|
||||||
* primary use case is to give the caller an indication whether the request is
|
* primary use case is to give the caller an indication whether the request is
|
||||||
* already sent to ctdb (DBWRAP_REQ_DISPATCHED) or if it's still stuck in the
|
* already sent to ctdb (DBWRAP_REQ_DISPATCHED) or if it's still stuck in the
|
||||||
* sendqueue (DBWRAP_REQ_QUEUED).
|
* sendqueue (DBWRAP_REQ_QUEUED).
|
||||||
|
@ -358,7 +358,7 @@ static struct db_record *db_rbt_fetch_locked(struct db_context *db_ctx,
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* In this low-level routine, play tricks to reduce the number of
|
* In this low-level routine, play tricks to reduce the number of
|
||||||
* tallocs to one. Not recommened for general use, but here it pays
|
* tallocs to one. Not recommended for general use, but here it pays
|
||||||
* off.
|
* off.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user