Skip to content

Commit bcd02b5

Browse files
marcowsdgibson
authored andcommitted
fdtoverlay: remove wrong singular article in a comment
Signed-off-by: Markus Heidelberg <[email protected]> Signed-off-by: David Gibson <[email protected]>
1 parent 84b056a commit bcd02b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fdtoverlay.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ static void *apply_one(char *base, const char *overlay, size_t *buf_len,
4848
int ret;
4949

5050
/*
51-
* We take a copies first, because a failed apply can trash
51+
* We take copies first, because a failed apply can trash
5252
* both the base blob and the overlay
5353
*/
5454
tmpo = xmalloc(fdt_totalsize(overlay));

0 commit comments

Comments
 (0)