Author: avg
Date: Fri Jan 22 09:30:09 2010
New Revision: 202788
URL: http://svn.freebsd.org/changeset/base/202788

Log:
  MFC r202585: fix a comment typo

Modified:
  stable/7/lib/libstand/bzipfs.c
Directory Properties:
  stable/7/lib/libstand/   (props changed)

Modified: stable/7/lib/libstand/bzipfs.c
==============================================================================
--- stable/7/lib/libstand/bzipfs.c      Fri Jan 22 09:27:31 2010        
(r202787)
+++ stable/7/lib/libstand/bzipfs.c      Fri Jan 22 09:30:09 2010        
(r202788)
@@ -279,7 +279,7 @@ bzf_rewind(struct open_file *f)
     /*
      * Since bzip2 does not have an equivalent inflateReset function a crude
      * one needs to be provided.  The functions all called in such a way that
-     * at any time an error occurs a role back can be done (effectively making
+     * at any time an error occurs a roll back can be done (effectively making
      * this rewind 'atomic', either the reset occurs successfully or not at 
all,
      * with no 'undefined' state happening).
      */
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to