fix changelog and doc
This commit is contained in:
parent
5b08062083
commit
7955bea0d8
4 changed files with 9 additions and 14 deletions
|
@ -194,7 +194,7 @@ grub_strncasecmp (const char *s1, const char *s2, grub_size_t n)
|
|||
}
|
||||
|
||||
/* Replace all `ch' characters of `input' with `with' and copy the
|
||||
result into `output'; return address of the end in `output'. */
|
||||
result into `output'; return EOS address of `output'. */
|
||||
static inline char *
|
||||
grub_strchrsub (char *output, const char *input, char ch, const char *with)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue