fdtoverlay: remove wrong singular article in a comment

Signed-off-by: Markus Heidelberg <m.heidelberg@cab.de>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
Markus Heidelberg 2024-08-09 09:05:27 +02:00 committed by David Gibson
parent 84b056a89d
commit bcd02b5234

View file

@ -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));