From owner-svn-soc-all@FreeBSD.ORG Fri Jun 1 16:33:46 2012 Return-Path: Delivered-To: svn-soc-all@FreeBSD.org Received: from socsvn.FreeBSD.org (unknown [IPv6:2001:4f8:fff6::2f]) by hub.freebsd.org (Postfix) with SMTP id 81BA81065674 for ; Fri, 1 Jun 2012 16:33:45 +0000 (UTC) (envelope-from gpf@FreeBSD.org) Received: by socsvn.FreeBSD.org (sSMTP sendmail emulation); Fri, 01 Jun 2012 16:33:45 +0000 Date: Fri, 01 Jun 2012 16:33:45 +0000 From: gpf@FreeBSD.org To: svn-soc-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <20120601163345.81BA81065674@hub.freebsd.org> Cc: Subject: socsvn commit: r236883 - soc2012/gpf/pefs_kmod/sbin/pefs X-BeenThere: svn-soc-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the entire Summer of Code repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2012 16:33:46 -0000 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;