Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Aug 2015 13:10:31 +0000 (UTC)
From:      Alexander Motin <mav@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r286774 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs
Message-ID:  <201508141310.t7EDAVIl041905@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mav
Date: Fri Aug 14 13:10:30 2015
New Revision: 286774
URL: https://svnweb.freebsd.org/changeset/base/286774

Log:
  2618 arc.c mistypes in the comments
  
  Reviewed by: Jason King <jason.brian.king@gmail.com>
  Reviewed by: Josef Sipek <jeffpc@josefsipek.net>
  Approved by: Richard Lowe <richlowe@richlowe.net>
  Author: Bart Coddens <bart.coddens@gmail.com>
  
  illumos/illumos-gate@fc98fea58e89224f6f13d7fae246d6cb5dfa35ea

Modified:
  head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c

Modified: head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c
==============================================================================
--- head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c	Fri Aug 14 12:57:53 2015	(r286773)
+++ head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c	Fri Aug 14 13:10:30 2015	(r286774)
@@ -82,9 +82,9 @@
  * types of locks: 1) the hash table lock array, and 2) the
  * arc list locks.
  *
- * Buffers do not have their own mutexs, rather they rely on the
- * hash table mutexs for the bulk of their protection (i.e. most
- * fields in the arc_buf_hdr_t are protected by these mutexs).
+ * Buffers do not have their own mutexes, rather they rely on the
+ * hash table mutexes for the bulk of their protection (i.e. most
+ * fields in the arc_buf_hdr_t are protected by these mutexes).
  *
  * buf_hash_find() returns the appropriate mutex (held) when it
  * locates the requested buffer in the hash table.  It returns



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