From 2ac30d21e459736acb164c363498596872e0bfb3 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Wed, 11 Feb 2026 10:19:09 -0500 Subject: [PATCH] cmd: pxe_utils: fix syntax error in comments Add missing "to" so that the sentence makes sense. Signed-off-by: Hugo Villeneuve --- boot/pxe_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)