diff options
Diffstat (limited to 'fs/freevxfs/vxfs_dir.h')
-rw-r--r-- | fs/freevxfs/vxfs_dir.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/freevxfs/vxfs_dir.h b/fs/freevxfs/vxfs_dir.h index 3c96d6e63978..aaf1fb098639 100644 --- a/fs/freevxfs/vxfs_dir.h +++ b/fs/freevxfs/vxfs_dir.h | |||
@@ -41,7 +41,7 @@ | |||
41 | * VxFS directory block header. | 41 | * VxFS directory block header. |
42 | * | 42 | * |
43 | * This entry is the head of every filesystem block in a directory. | 43 | * This entry is the head of every filesystem block in a directory. |
44 | * It is used for free space managment and additionally includes | 44 | * It is used for free space management and additionally includes |
45 | * a hash for speeding up directory search (lookup). | 45 | * a hash for speeding up directory search (lookup). |
46 | * | 46 | * |
47 | * The hash may be empty and in fact we do not use it all in the | 47 | * The hash may be empty and in fact we do not use it all in the |