]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
cmd: pxe_utils: fix syntax error in comments
authorHugo Villeneuve <hvilleneuve@dimonoff.com>
Wed, 11 Feb 2026 15:19:09 +0000 (10:19 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 16 Feb 2026 17:52:01 +0000 (11:52 -0600)
Add missing "to" so that the sentence makes sense.

Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
boot/pxe_utils.c

index 836e4eb526cd1d0e44932010048b57d73699309e..419ab1f1b0ef852265093d875dd6351ebea34b6c 100644 (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)