socsvn commit: r236883 - soc2012/gpf/pefs_kmod/sbin/pefs

gpf at FreeBSD.org gpf at FreeBSD.org
Fri Jun 1 16:33:46 UTC 2012


Author: gpf
Date: Fri Jun  1 16:33:45 2012
New Revision: 236883
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=236883

Log:
  fix typo
  

Modified:
  soc2012/gpf/pefs_kmod/sbin/pefs/pefs_checksum.c

Modified: soc2012/gpf/pefs_kmod/sbin/pefs/pefs_checksum.c
==============================================================================
--- soc2012/gpf/pefs_kmod/sbin/pefs/pefs_checksum.c	Fri Jun  1 16:30:51 2012	(r236882)
+++ soc2012/gpf/pefs_kmod/sbin/pefs/pefs_checksum.c	Fri Jun  1 16:33:45 2012	(r236883)
@@ -100,7 +100,7 @@
 
 /*
  * This cuckoo hashing implementation requires 2 tables, each
- * with his one hash function: pefs_hash1() & pefs_hash2()
+ * with his own hash function: pefs_hash1() & pefs_hash2()
  */
 struct cuckoo_hash_table {
 	struct bucket *buckets1;


More information about the svn-soc-all mailing list