diff options
author | mav <mav@FreeBSD.org> | 2015-10-03 11:16:42 +0000 |
---|---|---|
committer | mav <mav@FreeBSD.org> | 2015-10-03 11:16:42 +0000 |
commit | d05d0d4757f4a5f4c6591abdb6cb644e5b9bb457 (patch) | |
tree | 55ed84ad7b71363a67ddb0f1bd6c1ef88fba8eb2 /sys/cddl | |
parent | 7b12ded2a54e9ef947a4b59afb4f3d273fb6dfce (diff) | |
download | FreeBSD-src-d05d0d4757f4a5f4c6591abdb6cb644e5b9bb457.zip FreeBSD-src-d05d0d4757f4a5f4c6591abdb6cb644e5b9bb457.tar.gz |
MFC r286774: 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
Diffstat (limited to 'sys/cddl')
-rw-r--r-- | sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c | 6 |
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 9fe2cd1..9f2299c 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 |