From f68b5bef8cac36335037e0b36d4d91695ef96873 Mon Sep 17 00:00:00 2001 From: jeffw387 <34079124+jeffw387@users.noreply.github.com> Date: Tue, 22 Sep 2020 20:48:12 -0700 Subject: [PATCH] Update zfs-driver.md Typo/misspelling --- storage/storagedriver/zfs-driver.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/storagedriver/zfs-driver.md b/storage/storagedriver/zfs-driver.md index 2cb59ca5b1..cbc1051b23 100644 --- a/storage/storagedriver/zfs-driver.md +++ b/storage/storagedriver/zfs-driver.md @@ -212,7 +212,7 @@ When you start a container, the following steps happen in order: Each container's writable layer is a ZFS clone which shares all its data with the dataset it was created from (the snapshots of its parent layers). Read -operations are fasst, even if the data being read is from a deep layer. +operations are fast, even if the data being read is from a deep layer. This diagram illustrates how block sharing works: ![zfs block sharing](images/zpool_blocks.jpg)