svn commit: r202585 - head/lib/libstand

Andriy Gapon avg at FreeBSD.org
Mon Jan 18 19:10:15 UTC 2010


Author: avg
Date: Mon Jan 18 19:10:14 2010
New Revision: 202585
URL: http://svn.freebsd.org/changeset/base/202585

Log:
  fix a comment typo
  
  MFC after:	3 days

Modified:
  head/lib/libstand/bzipfs.c

Modified: head/lib/libstand/bzipfs.c
==============================================================================
--- head/lib/libstand/bzipfs.c	Mon Jan 18 19:09:16 2010	(r202584)
+++ head/lib/libstand/bzipfs.c	Mon Jan 18 19:10:14 2010	(r202585)
@@ -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).
      */


More information about the svn-src-all mailing list