Author: pfg
Date: Thu Aug  8 22:07:59 2013
New Revision: 254104
URL: http://svnweb.freebsd.org/changeset/base/254104

Log:
  Small typo.
  
  MFC after:    3 days

Modified:
  head/sys/fs/ext2fs/ext2_hash.c

Modified: head/sys/fs/ext2fs/ext2_hash.c
==============================================================================
--- head/sys/fs/ext2fs/ext2_hash.c      Thu Aug  8 21:35:26 2013        
(r254103)
+++ head/sys/fs/ext2fs/ext2_hash.c      Thu Aug  8 22:07:59 2013        
(r254104)
@@ -73,7 +73,7 @@
 
 /*
  * FF, GG, and HH are transformations for rounds 1, 2, and 3.
- * Rotation is separated from addition to prevent recompuatation
+ * Rotation is separated from addition to prevent recomputation.
  */
 #define FF(a, b, c, d, x, s) { \
        (a) += F ((b), (c), (d)) + (x); \
_______________________________________________
[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