diff options
author | Masanari Iida <standby24x7@gmail.com> | 2013-07-18 01:29:12 +0900 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-07-25 12:34:15 +0200 |
commit | c9f3f2d8b3247b7e16b3cd66698e690ab4697301 (patch) | |
tree | 99249f76975e1371f915c4c04eeca4c97674d86b /Documentation/filesystems/nfs | |
parent | 30abda170be7cbd9bce9a7026ce83ce1f74c0e7a (diff) | |
download | linux-c9f3f2d8b3247b7e16b3cd66698e690ab4697301.tar.gz linux-c9f3f2d8b3247b7e16b3cd66698e690ab4697301.tar.bz2 linux-c9f3f2d8b3247b7e16b3cd66698e690ab4697301.zip |
doc: Fix typo in doucmentations
Correct typo (double words) in documentations.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/filesystems/nfs')
-rw-r--r-- | Documentation/filesystems/nfs/pnfs.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/nfs/pnfs.txt b/Documentation/filesystems/nfs/pnfs.txt index 52ae07f5f578..adc81a35fe2d 100644 --- a/Documentation/filesystems/nfs/pnfs.txt +++ b/Documentation/filesystems/nfs/pnfs.txt @@ -12,7 +12,7 @@ struct pnfs_layout_hdr ---------------------- The on-the-wire command LAYOUTGET corresponds to struct pnfs_layout_segment, usually referred to by the variable name lseg. -Each nfs_inode may hold a pointer to a cache of of these layout +Each nfs_inode may hold a pointer to a cache of these layout segments in nfsi->layout, of type struct pnfs_layout_hdr. We reference the header for the inode pointing to it, across each |