Author: jra Date: 2005-09-02 19:57:22 +0000 (Fri, 02 Sep 2005) New Revision: 9969
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9969 Log: Janitor for jelmer. Jeremy. Modified: trunk/source/registry/regfio.c Changeset: Modified: trunk/source/registry/regfio.c =================================================================== --- trunk/source/registry/regfio.c 2005-09-02 19:53:20 UTC (rev 9968) +++ trunk/source/registry/regfio.c 2005-09-02 19:57:22 UTC (rev 9969) @@ -85,7 +85,7 @@ if ( (size_t)file_offset >= sbuf.st_size ) return -1; - /* if block_size == 0, we are parsnig HBIN records and need + /* if block_size == 0, we are parsing HBIN records and need to read some of the header to get the block_size from there */ if ( block_size == 0 ) { @@ -533,7 +533,7 @@ } /******************************************************************* - Input a randon offset and receive the correpsonding HBIN + Input a random offset and receive the corresponding HBIN block for it *******************************************************************/ @@ -549,7 +549,7 @@ } /******************************************************************* - Input a randon offset and receive the correpsonding HBIN + Input a random offset and receive the corresponding HBIN block for it *******************************************************************/ @@ -1030,7 +1030,7 @@ if ( curr_off == 0 ) prs_set_offset( ps, HBIN_HEADER_REC_SIZE ); - /* assume that the current offset is at the reacord header + /* assume that the current offset is at the record header and we need to backup to read the record size */ curr_off -= sizeof(uint32);
