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/hfs.c
2
fs/hfs.c
|
@ -43,7 +43,7 @@ enum
|
|||
GRUB_HFS_FILETYPE_FILE = 2
|
||||
};
|
||||
|
||||
/* A node desciptor. This is the header of every node. */
|
||||
/* A node descriptor. This is the header of every node. */
|
||||
struct grub_hfs_node
|
||||
{
|
||||
grub_uint32_t next;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue