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:
Hugo Villeneuve
2026-02-11 10:19:09 -05:00
committed by Tom Rini
parent 5ebf0c55a2
commit 2ac30d21e4

View File

@@ -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)