mirror of
https://github.com/torvalds/linux.git
synced 2024-10-30 16:51:45 +00:00
[XFS] Fix a typo in a header file comment.
SGI-PV: 904196 SGI-Modid: xfs-linux-melb:xfs-kern:26101a Signed-off-by: Nathan Scott <nathans@sgi.com>
This commit is contained in:
parent
7d4fb40ad7
commit
ad723875ac
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2005 Silicon Graphics, Inc.
|
||||
* Copyright (c) 2005-2006 Silicon Graphics, Inc.
|
||||
* All Rights Reserved.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
@ -43,4 +43,4 @@ typedef struct xfs_ioend {
|
||||
extern struct address_space_operations xfs_address_space_operations;
|
||||
extern int xfs_get_blocks(struct inode *, sector_t, struct buffer_head *, int);
|
||||
|
||||
#endif /* __XFS_IOPS_H__ */
|
||||
#endif /* __XFS_AOPS_H__ */
|
||||
|
Loading…
Reference in New Issue
Block a user