Commit e3e1bfe4f28de86d065bc041456161a3f3a9aef7

Authored by Jim Cromie
Committed by Adrian Bunk
1 parent f62870db3c

Documentation/filesystems/vfs.txt: typo fix

This patch removes an extra occurrence of 'generic'.

Acked-by: Pekka Enberg <penberg@cs.helsinki.fi>
Signed-off-by: Adrian Bunk <bunk@stusta.de>

Showing 1 changed file with 2 additions and 3 deletions Side-by-side Diff

Documentation/filesystems/vfs.txt
... ... @@ -162,9 +162,8 @@
162 162 a "struct super_operations" which describes the next level of the
163 163 filesystem implementation.
164 164  
165   -Usually, a filesystem uses generic one of the generic get_sb()
166   -implementations and provides a fill_super() method instead. The
167   -generic methods are:
  165 +Usually, a filesystem uses one of the generic get_sb() implementations
  166 +and provides a fill_super() method instead. The generic methods are:
168 167  
169 168 get_sb_bdev: mount a filesystem residing on a block device
170 169