mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
cmd: pxe_utils: fix syntax error in comments
Add missing "to" so that the sentence makes sense. Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
This commit is contained in:
committed by
Tom Rini
parent
5ebf0c55a2
commit
2ac30d21e4
@@ -1083,7 +1083,7 @@ static void eol_or_eof(char **c)
|
||||
*/
|
||||
|
||||
/*
|
||||
* Parse a string literal and store a pointer it at *dst. String literals
|
||||
* Parse a string literal and store a pointer to it at *dst. String literals
|
||||
* terminate at the end of the line.
|
||||
*/
|
||||
static int parse_sliteral(char **c, char **dst)
|
||||
|
||||
Reference in New Issue
Block a user