diff options
author | Nathan Scott <nathans@sgi.com> | 2006-06-09 00:52:00 -0400 |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2006-06-09 00:52:00 -0400 |
commit | ba0b92d671c36cbebd66a306790c9b66a3224d83 (patch) | |
tree | a13886281e18979acd9748d4a6773a0675229c2f /fs/xfs/xfs_fs.h | |
parent | fe6c1e7240e3a7cb600030f9c909273365d52a9d (diff) |
[XFS] Fix a comment typo, originally noticed by Ming Zhang.
SGI-PV: 907752
SGI-Modid: xfs-linux-melb:xfs-kern:25921a
Signed-off-by: Nathan Scott <nathans@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_fs.h')
-rw-r--r-- | fs/xfs/xfs_fs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/xfs/xfs_fs.h b/fs/xfs/xfs_fs.h index 14010f1fa82f..df66f3a59fac 100644 --- a/fs/xfs/xfs_fs.h +++ b/fs/xfs/xfs_fs.h | |||
@@ -72,9 +72,9 @@ struct fsxattr { | |||
72 | /* | 72 | /* |
73 | * Structure for XFS_IOC_GETBMAP. | 73 | * Structure for XFS_IOC_GETBMAP. |
74 | * On input, fill in bmv_offset and bmv_length of the first structure | 74 | * On input, fill in bmv_offset and bmv_length of the first structure |
75 | * to indicate the area of interest in the file, and bmv_entry with the | 75 | * to indicate the area of interest in the file, and bmv_entries with |
76 | * number of array elements given. The first structure is updated on | 76 | * the number of array elements given back. The first structure is |
77 | * return to give the offset and length for the next call. | 77 | * updated on return to give the offset and length for the next call. |
78 | */ | 78 | */ |
79 | #ifndef HAVE_GETBMAP | 79 | #ifndef HAVE_GETBMAP |
80 | struct getbmap { | 80 | struct getbmap { |