aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jfs/jfs_extent.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/jfs/jfs_extent.h')
-rw-r--r--fs/jfs/jfs_extent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/jfs/jfs_extent.h b/fs/jfs/jfs_extent.h
index dd635a8a0f8c..1c984214e95e 100644
--- a/fs/jfs/jfs_extent.h
+++ b/fs/jfs/jfs_extent.h
@@ -5,7 +5,7 @@
#ifndef _H_JFS_EXTENT
#define _H_JFS_EXTENT
-/* get block allocation allocation hint as location of disk inode */
+/* get block allocation hint as location of disk inode */
#define INOHINT(ip) \
(addressPXD(&(JFS_IP(ip)->ixpxd)) + lengthPXD(&(JFS_IP(ip)->ixpxd)) - 1)