aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl
diff options
context:
space:
mode:
authorAlexander Motin <mav@FreeBSD.org>2015-08-14 13:10:30 +0000
committerAlexander Motin <mav@FreeBSD.org>2015-08-14 13:10:30 +0000
commit6cb8dbf791c07d9d9de0ff2d720db3f27f583ef9 (patch)
tree0a75030843c93734e9a880257fc86f0381437480 /sys/cddl
parent43ea03d75697413359bd3b18e24152e1e6520141 (diff)
downloadsrc-6cb8dbf791c07d9d9de0ff2d720db3f27f583ef9.tar.gz
src-6cb8dbf791c07d9d9de0ff2d720db3f27f583ef9.zip
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
Notes
Notes: svn path=/head/; revision=286774
Diffstat (limited to 'sys/cddl')
-rw-r--r--sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c b/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c
index 6a7ef90f26c7..ec87633f0f82 100644
--- a/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c
+++ b/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c
@@ -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