[syslinux:elflink] xfs: Fix minor typo

syslinux-bot for Paulo Alcantara pcacjr at zytor.com
Tue Nov 27 12:57:09 PST 2012


Commit-ID:  d5bf0b25e039410a6e9a058ab69c137bc3ef1219
Gitweb:     http://www.syslinux.org/commit/d5bf0b25e039410a6e9a058ab69c137bc3ef1219
Author:     Paulo Alcantara <pcacjr at zytor.com>
AuthorDate: Sat, 14 Jul 2012 20:35:02 -0300
Committer:  Paulo Alcantara <pcacjr at zytor.com>
CommitDate: Sat, 21 Jul 2012 01:21:46 -0300

xfs: Fix minor typo

Signed-off-by: Paulo Alcantara <pcacjr at zytor.com>

---
 core/fs/xfs/xfs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/fs/xfs/xfs.c b/core/fs/xfs/xfs.c
index 1a6e30f..9269f27 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 {


More information about the Syslinux-commits mailing list