From: Hugo Villeneuve Date: Wed, 11 Feb 2026 15:19:09 +0000 (-0500) Subject: cmd: pxe_utils: fix syntax error in comments X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ac30d21e459736acb164c363498596872e0bfb3;p=thirdparty%2Fu-boot.git cmd: pxe_utils: fix syntax error in comments Add missing "to" so that the sentence makes sense. Signed-off-by: Hugo Villeneuve --- diff --git a/boot/pxe_utils.c b/boot/pxe_utils.c index 836e4eb526c..419ab1f1b0e 100644 --- a/boot/pxe_utils.c +++ b/boot/pxe_utils.c @@ -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)