Update zfs-driver.md

Typo/misspelling
This commit is contained in:
jeffw387 2020-09-22 20:48:12 -07:00 committed by GitHub
parent 12e33c600f
commit f68b5bef8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)