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
|
@ -335,7 +335,7 @@ insert_string (struct screen *screen, char *s, int update)
|
|||
int size;
|
||||
int orig_num, new_num;
|
||||
|
||||
/* Find a string delimitted by LF. */
|
||||
/* Find a string delimited by LF. */
|
||||
p = grub_strchr (s, '\n');
|
||||
if (! p)
|
||||
p = s + grub_strlen (s);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue