diff options
| author | Hugo Villeneuve <[email protected]> | 2026-02-11 10:19:09 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-02-16 11:52:01 -0600 |
| commit | 2ac30d21e459736acb164c363498596872e0bfb3 (patch) | |
| tree | 52fdddea8244f3c212619e7077d9ccecf16f3d54 | |
| parent | 5ebf0c55a23ad740da1ec191ac157c490f207e0f (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]>
| -rw-r--r-- | boot/pxe_utils.c | 2 |
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) |
