Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 01 Jun 2012 16:33:45 +0000
From:      gpf@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r236883 - soc2012/gpf/pefs_kmod/sbin/pefs
Message-ID:  <20120601163345.81BA81065674@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120601163345.81BA81065674>