Update overlayfs-driver.md

Change "referred to a" to "referred to as a"
This commit is contained in:
Maria Bermudez 2018-09-25 07:40:43 -07:00 committed by GitHub
parent 12ece3c317
commit 95fd472135
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ for `overlay2`.
OverlayFS layers two directories on a single Linux host and presents them as
a single directory. These directories are called _layers_ and the unification
process is referred to a _union mount_. OverlayFS refers to the lower directory
process is referred to as _union mount_. OverlayFS refers to the lower directory
as `lowerdir` and the upper directory a `upperdir`. The unified view is exposed
through its own directory called `merged`.