[PATCH 07/10] Documentation: filesystems: overlayfs: drop doubled word

From: Randy Dunlap
Date: Fri Jul 03 2020 - 17:44:16 EST


Drop the doubled word "the".

Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
Cc: Jonathan Corbet <corbet@xxxxxxx>
Cc: linux-doc@xxxxxxxxxxxxxxx
Cc: Miklos Szeredi <miklos@xxxxxxxxxx>
Cc: linux-unionfs@xxxxxxxxxxxxxxx
---
Documentation/filesystems/overlayfs.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20200701.orig/Documentation/filesystems/overlayfs.rst
+++ linux-next-20200701/Documentation/filesystems/overlayfs.rst
@@ -328,7 +328,7 @@ the time of copy (on-demand vs. up-front
Multiple lower layers
---------------------

-Multiple lower layers can now be given using the the colon (":") as a
+Multiple lower layers can now be given using the colon (":") as a
separator character between the directory names. For example:

mount -t overlay overlay -olowerdir=/lower1:/lower2:/lower3 /merged