tdb: Fix a comment
authorVolker Lendecke <vl@samba.org>
Fri, 14 Dec 2012 07:01:12 +0000 (08:01 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 21 Dec 2012 10:54:47 +0000 (11:54 +0100)
Reviewed-by: Rusty Russell <rusty@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
lib/tdb/common/lock.c

index 260fab668190f459c47251a77c677c3c06033e42..b3299e5500fa79fde611b2f0a7bef23a855b6e47 100644 (file)
@@ -126,7 +126,7 @@ static tdb_off_t lock_offset(int list)
 }
 
 /* a byte range locking function - return 0 on success
-   this functions locks/unlocks 1 byte at the specified offset.
+   this functions locks/unlocks "len" byte at the specified offset.
 
    On error, errno is also set so that errors are passed back properly
    through tdb_open().