Commit abac6053 authored by Andreas Schlick's avatar Andreas Schlick Committed by Rusty Russell

tdb2: Correct the comment explaining tdb_brlock().

parent 118ace35
......@@ -120,7 +120,7 @@ static int fcntl_unlock(struct tdb_context *tdb, int rw, off_t off, off_t len)
}
/* a byte range locking function - return 0 on success
this functions locks/unlocks 1 byte at the specified offset.
this functions locks len bytes at the specified offset.
note that a len of zero means lock to end of file
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment