# HG changeset patch # User Bart Coddens # Date 1339438520 14400 # Node ID 5b51a16a186fd41c7fb695a7daf8cd2632b0dd0c # Parent 969c16fcc6dff12b282b621d0551ddc352c0cb36 2618 arc.c mistypes in the comments Reviewed by: Jason King Reviewed by: Josef Sipek Approved by: Richard Lowe diff -r 969c16fcc6df -r 5b51a16a186f usr/src/uts/common/fs/zfs/arc.c --- a/usr/src/uts/common/fs/zfs/arc.c Sun Jun 10 07:21:22 2012 -0700 +++ b/usr/src/uts/common/fs/zfs/arc.c Mon Jun 11 14:15:20 2012 -0400 @@ -80,9 +80,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 @@ -2636,7 +2636,7 @@ } /* - * "Read" the block block at the specified DVA (in bp) via the + * "Read" the block at the specified DVA (in bp) via the * cache. If the block is found in the cache, invoke the provided * callback immediately and return. Note that the `zio' parameter * in the callback will be NULL in this case, since no IO was