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
|
@ -53,7 +53,7 @@ grub_env_hashval (const char *s)
|
|||
{
|
||||
unsigned int i = 0;
|
||||
|
||||
/* XXX: This can be done much more effecient. */
|
||||
/* XXX: This can be done much more efficiently. */
|
||||
while (*s)
|
||||
i += 5 * *(s++);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue