aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaulo Alcantara <pcacjr@zytor.com>2012-07-14 20:35:02 -0300
committerPaulo Alcantara <pcacjr@zytor.com>2012-07-21 01:21:46 -0300
commitd5bf0b25e039410a6e9a058ab69c137bc3ef1219 (patch)
tree7c30bd55898a3d7613533be5b99b304d70fc032f
parentf29e5273bc06150d00f1be40d78108c6fbb9b904 (diff)
downloadsyslinux-d5bf0b25e039410a6e9a058ab69c137bc3ef1219.tar.gz
syslinux-d5bf0b25e039410a6e9a058ab69c137bc3ef1219.tar.xz
syslinux-d5bf0b25e039410a6e9a058ab69c137bc3ef1219.zip
xfs: Fix minor typo
Signed-off-by: Paulo Alcantara <pcacjr@zytor.com>
-rw-r--r--core/fs/xfs/xfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fs/xfs/xfs.c b/core/fs/xfs/xfs.c
index 1a6e30fe..9269f27f 100644
--- a/core/fs/xfs/xfs.c
+++ b/core/fs/xfs/xfs.c
@@ -357,7 +357,7 @@ static struct inode *xfs_iget(const char *dname, struct inode *parent)
core = xfs_get_ino_core(fs, parent->ino);
}
- /* TODO: Handle both shortform directories and directory blocks */
+ /* TODO: Handle both shortform and block directories */
if (core->di_format == XFS_DINODE_FMT_LOCAL) {
inode = xfs_fmt_local_find_entry(dname, parent, core);
} else {