"Das U-Boot" Source Tree
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

cmd: pxe_utils: fix syntax error in comments

Add missing "to" so that the sentence makes sense.

Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>

authored by

Hugo Villeneuve and committed by
Tom Rini
2ac30d21 5ebf0c55

+1 -1
+1 -1
boot/pxe_utils.c
··· 1083 1083 */ 1084 1084 1085 1085 /* 1086 - * Parse a string literal and store a pointer it at *dst. String literals 1086 + * Parse a string literal and store a pointer to it at *dst. String literals 1087 1087 * terminate at the end of the line. 1088 1088 */ 1089 1089 static int parse_sliteral(char **c, char **dst)