From bcd02b523429fed05fdf3751e7074367741bbfbd Mon Sep 17 00:00:00 2001 From: Markus Heidelberg Date: Fri, 9 Aug 2024 09:05:27 +0200 Subject: [PATCH] fdtoverlay: remove wrong singular article in a comment Signed-off-by: Markus Heidelberg Signed-off-by: David Gibson --- fdtoverlay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fdtoverlay.c b/fdtoverlay.c index 4eba0460..699b4f61 100644 --- a/fdtoverlay.c +++ b/fdtoverlay.c @@ -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));