Skip to content

Commit

Permalink
fdtoverlay: remove wrong singular article in a comment
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Heidelberg <[email protected]>
Signed-off-by: David Gibson <[email protected]>
  • Loading branch information
Markus Heidelberg authored and dgibson committed Aug 11, 2024
1 parent 84b056a commit bcd02b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fdtoverlay.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ static void *apply_one(char *base, const char *overlay, size_t *buf_len,
int ret;

/*
* We take a copies first, because a failed apply can trash
* We take copies first, because a failed apply can trash
* both the base blob and the overlay
*/
tmpo = xmalloc(fdt_totalsize(overlay));
Expand Down

0 comments on commit bcd02b5

Please sign in to comment.