summaryrefslogtreecommitdiff
path: root/boot/pxe_utils.c
diff options
context:
space:
mode:
authorHugo Villeneuve <[email protected]>2026-02-11 10:19:09 -0500
committerTom Rini <[email protected]>2026-02-16 11:52:01 -0600
commit2ac30d21e459736acb164c363498596872e0bfb3 (patch)
tree52fdddea8244f3c212619e7077d9ccecf16f3d54 /boot/pxe_utils.c
parent5ebf0c55a23ad740da1ec191ac157c490f207e0f (diff)
cmd: pxe_utils: fix syntax error in comments
Add missing "to" so that the sentence makes sense. Signed-off-by: Hugo Villeneuve <[email protected]>
Diffstat (limited to 'boot/pxe_utils.c')
-rw-r--r--boot/pxe_utils.c2
1 files changed, 1 insertions, 1 deletions
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)