Typo fixes in comments and variable names.
This commit is contained in:
parent
c3c20931a9
commit
cc85c3c340
39 changed files with 76 additions and 76 deletions
2
fs/jfs.c
2
fs/jfs.c
|
@ -478,7 +478,7 @@ grub_jfs_getent (struct grub_jfs_diropen *diro)
|
|||
{
|
||||
unsigned int next;
|
||||
|
||||
/* If the inode contains the entrie tree or if this was the last
|
||||
/* If the inode contains the entry tree or if this was the last
|
||||
node, there is nothing to read. */
|
||||
if ((diro->inode->file.tree.flags & GRUB_JFS_TREE_LEAF)
|
||||
|| !grub_le_to_cpu64 (diro->dirpage->header.nextb))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue