diff options
author | Masanari Iida <standby24x7@gmail.com> | 2016-02-18 06:26:13 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-03-10 02:13:04 +0300 |
commit | 0d6f3ebf9ebdf3d2047dbe63dda501990f095641 (patch) | |
tree | ccc87c4bf68434b70d930ecfc183d1b38ee8fdda /Documentation/filesystems/nfs/pnfs.txt | |
parent | 4db1fa6648b16490867db4661924a9e22bb74b2a (diff) | |
download | linux-0d6f3ebf9ebdf3d2047dbe63dda501990f095641.tar.xz |
Doc: nfs: Fix typos in Documentation/filesystems/nfs
This patch fix spelling typos found in Documentation/filesystems/nfs
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/filesystems/nfs/pnfs.txt')
-rw-r--r-- | Documentation/filesystems/nfs/pnfs.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/filesystems/nfs/pnfs.txt b/Documentation/filesystems/nfs/pnfs.txt index 44a9f2493a88..8de578a98222 100644 --- a/Documentation/filesystems/nfs/pnfs.txt +++ b/Documentation/filesystems/nfs/pnfs.txt @@ -64,8 +64,8 @@ table which are called by the nfs-client pnfs-core to implement the different layout types. Files-layout-driver code is in: fs/nfs/filelayout/.. directory -Objects-layout-deriver code is in: fs/nfs/objlayout/.. directory -Blocks-layout-deriver code is in: fs/nfs/blocklayout/.. directory +Objects-layout-driver code is in: fs/nfs/objlayout/.. directory +Blocks-layout-driver code is in: fs/nfs/blocklayout/.. directory Flexfiles-layout-driver code is in: fs/nfs/flexfilelayout/.. directory objects-layout setup @@ -91,7 +91,7 @@ The API to the login script is as follows: Usage: $0 -u <URI> -o <OSDNAME> -s <SYSTEMID> Options: -u target uri e.g. iscsi://<ip>:<port> - (allways exists) + (always exists) (More protocols can be defined in the future. The client does not interpret this string it is passed unchanged as received from the Server) |