diff options
author | Masanari Iida <standby24x7@gmail.com> | 2016-02-18 12:26:13 +0900 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-03-09 16:13:04 -0700 |
commit | 0d6f3ebf9ebdf3d2047dbe63dda501990f095641 (patch) | |
tree | ccc87c4bf68434b70d930ecfc183d1b38ee8fdda /Documentation/filesystems/nfs/fault_injection.txt | |
parent | 4db1fa6648b16490867db4661924a9e22bb74b2a (diff) |
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/fault_injection.txt')
-rw-r--r-- | Documentation/filesystems/nfs/fault_injection.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/filesystems/nfs/fault_injection.txt b/Documentation/filesystems/nfs/fault_injection.txt index 426d166089a3..f3a5b0a8ac05 100644 --- a/Documentation/filesystems/nfs/fault_injection.txt +++ b/Documentation/filesystems/nfs/fault_injection.txt @@ -49,13 +49,13 @@ forget_locks: forget_delegations: A delegation is used to assure the client that a file, or part of a file, has not changed since the delegation was awarded. Clearing this list will - force the client to reaquire its delegation before accessing the file + force the client to reacquire its delegation before accessing the file again. recall_delegations: Delegations can be recalled by the server when another client attempts to access a file. This test will notify the client that its delegation has - been revoked, forcing the client to reaquire the delegation before using + been revoked, forcing the client to reacquire the delegation before using the file again. |