Various comment fixes from Rafal Szczesniak <mimir@diament.ists.pwr.wroc.pl>
authorAndrew Bartlett <abartlet@samba.org>
Fri, 1 Mar 2002 01:24:30 +0000 (01:24 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 1 Mar 2002 01:24:30 +0000 (01:24 +0000)
source/auth/auth_util.c
source/smbd/process.c
source/tdb/tdb.c

index cd53b6b7c2f3385863ea3beac38028f08f0377d5..a4dea39d2dfc6e68a8827a657daa6de74f2220e5 100644 (file)
@@ -123,7 +123,7 @@ static BOOL make_user_info(auth_usersupplied_info **user_info,
 
        ZERO_STRUCTP(*user_info);
 
-       DEBUG(5,("makeing strings for %s's user_info struct\n", internal_username));
+       DEBUG(5,("making strings for %s's user_info struct\n", internal_username));
 
        (*user_info)->smb_name.str = strdup(smb_name);
        if ((*user_info)->smb_name.str) { 
index bf1a1ca9a774c6f923d02b50a7a72ce498427b40..8c037b47063ab081dbd52b8e2891717af756b828 100644 (file)
@@ -818,7 +818,7 @@ set. Ignoring max smbd restriction.\n"));
 }
 
 /****************************************************************************
-  process an smb from the client - split out from the process() code so
+  process an smb from the client - split out from the smbd_process() code so
   it can be used by the oplock break code.
 ****************************************************************************/
 void process_smb(char *inbuf, char *outbuf)
index ad67e9393e2d1b2700a70e4e3a74be4472f89b2a..e5f1b0a19b8f401af8d7ed42449b98911bbf6ba1 100644 (file)
@@ -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.  */