From: Hugo Villeneuve <[email protected]> Add missing "to" so that the sentence makes sense.
Signed-off-by: Hugo Villeneuve <[email protected]> --- 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) base-commit: b99da05e1538b8fa153322da82917af2aa27e1d6 -- 2.47.3

