From dd89dc2c3166d4bbcb3aacfb7222488c69e10485 Mon Sep 17 00:00:00 2001 From: Brad Hards Date: Sun, 21 Feb 2010 16:58:07 +1100 Subject: Spelling fixes for libutil MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Matthias Dieter Wallnöfer --- lib/util/util_tdb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/util/util_tdb.c') diff --git a/lib/util/util_tdb.c b/lib/util/util_tdb.c index 46dbf6d324..8973b9b1ec 100644 --- a/lib/util/util_tdb.c +++ b/lib/util/util_tdb.c @@ -133,7 +133,7 @@ int32_t tdb_fetch_int32(struct tdb_context *tdb, const char *keystr) } /**************************************************************************** - Store a int32_t value by an arbitary blob key, return 0 on success, -1 on failure. + Store a int32_t value by an arbitrary blob key, return 0 on success, -1 on failure. Input is int32_t in native byte order. Output in tdb is in little-endian. ****************************************************************************/ @@ -190,7 +190,7 @@ bool tdb_fetch_uint32(struct tdb_context *tdb, const char *keystr, uint32_t *val } /**************************************************************************** - Store a uint32_t value by an arbitary blob key, return 0 on success, -1 on failure. + Store a uint32_t value by an arbitrary blob key, return 0 on success, -1 on failure. Input is uint32_t in native byte order. Output in tdb is in little-endian. ****************************************************************************/ -- cgit