diff options
author | Andrew Bartlett <abartlet@samba.org> | 2002-03-01 01:24:30 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2002-03-01 01:24:30 +0000 |
commit | d79e11ad6d4be78a4140d0f33acea702cbd1d944 (patch) | |
tree | 4cdc6636fe25259eaef165c7696225d5aa92446e /source3/tdb | |
parent | f8b06e0dabbeaa594dc61463df8ebcdb767d2ece (diff) | |
download | samba-d79e11ad6d4be78a4140d0f33acea702cbd1d944.tar.gz samba-d79e11ad6d4be78a4140d0f33acea702cbd1d944.tar.bz2 samba-d79e11ad6d4be78a4140d0f33acea702cbd1d944.zip |
Various comment fixes from Rafal Szczesniak <mimir@diament.ists.pwr.wroc.pl>
(This used to be commit 3bf4b42771d115500941be374bfdd9b8c2fdba4a)
Diffstat (limited to 'source3/tdb')
-rw-r--r-- | source3/tdb/tdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/tdb/tdb.c b/source3/tdb/tdb.c index ad67e9393e..e5f1b0a19b 100644 --- a/source3/tdb/tdb.c +++ b/source3/tdb/tdb.c @@ -243,7 +243,7 @@ static void tdb_unlock(TDB_CONTEXT *tdb, int list, int ltype) tdb->locked[list+1].count--; } -/* This is based on the hash agorithm from gdbm */ +/* This is based on the hash algorithm from gdbm */ static u32 tdb_hash(TDB_DATA *key) { u32 value; /* Used to compute the hash value. */ |