From 390f481521c350b99787da830ac8dc37b74d3c9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= Date: Wed, 19 Apr 2023 08:41:14 +0200 Subject: [PATCH] fdtoverlay: Drop a a repeated article MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Uwe Kleine-König Signed-off-by: David Gibson --- fdtoverlay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fdtoverlay.c b/fdtoverlay.c index cac6b65..4eba046 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 a failed apply can trash + * We take a copies first, because a failed apply can trash * both the base blob and the overlay */ tmpo = xmalloc(fdt_totalsize(overlay));