Author: mav
Date: Sat Oct  3 11:16:42 2015
New Revision: 288586
URL: https://svnweb.freebsd.org/changeset/base/288586

Log:
  MFC r286774: 2618 arc.c mistypes in the comments
  
  Reviewed by: Jason King <[email protected]>
  Reviewed by: Josef Sipek <[email protected]>
  Approved by: Richard Lowe <[email protected]>
  Author: Bart Coddens <[email protected]>
  
  illumos/illumos-gate@fc98fea58e89224f6f13d7fae246d6cb5dfa35ea

Modified:
  stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c
==============================================================================
--- stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c      Sat Oct 
 3 11:15:49 2015        (r288585)
+++ stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c      Sat Oct 
 3 11:16:42 2015        (r288586)
@@ -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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to