From 15fa95550be733987468cccae1590a8861b6714b Mon Sep 17 00:00:00 2001 From: Steven Conaway Date: Tue, 3 Jul 2018 11:44:37 -0700 Subject: [PATCH] Fix typo --- storage/storagedriver/overlayfs-driver.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/storagedriver/overlayfs-driver.md b/storage/storagedriver/overlayfs-driver.md index 6c5bf305e1..95ae3d4b7d 100644 --- a/storage/storagedriver/overlayfs-driver.md +++ b/storage/storagedriver/overlayfs-driver.md @@ -432,7 +432,7 @@ Consider some scenarios where files in a container are modified. writes the changes to the new copy of the file in the container layer. However, OverlayFS works at the file level rather than the block level. This - means that all OverlayFS copy_up operations copy the entire file, even if the\ + means that all OverlayFS copy_up operations copy the entire file, even if the file is very large and only a small part of it is being modified. This can have a noticeable impact on container write performance. However, two things are worth noting: