diff options
Diffstat (limited to 'include/sys/arc_impl.h')
-rw-r--r-- | include/sys/arc_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/arc_impl.h b/include/sys/arc_impl.h index f5b7cb42a..9aca8e1d2 100644 --- a/include/sys/arc_impl.h +++ b/include/sys/arc_impl.h @@ -54,7 +54,7 @@ extern "C" { * a DVA. These are buffers that hold dirty block copies * before they are written to stable storage. By definition, * they are "ref'd" and are considered part of arc_mru - * that cannot be freed. Generally, they will aquire a DVA + * that cannot be freed. Generally, they will acquire a DVA * as they are written and migrate onto the arc_mru list. * * The ARC_l2c_only state is for buffers that are in the second |