summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUwe Kleine-König <uwe@kleine-koenig.org>2023-04-19 08:41:14 +0200
committerDavid Gibson <david@gibson.dropbear.id.au>2023-04-28 16:26:39 +1000
commit390f481521c350b99787da830ac8dc37b74d3c9d (patch)
tree9492a65b055761a8cd69d0beee16f8f63e8d7bd4
parent9f8b382ed45e7a3ca114c1a371ce6b6edc4b3ed5 (diff)
downloaddevice-tree-compiler-390f481521c350b99787da830ac8dc37b74d3c9d.tar.gz
fdtoverlay: Drop a a repeated article
Signed-off-by: Uwe Kleine-König <uwe@kleine-koenig.org> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
-rw-r--r--fdtoverlay.c2
1 files changed, 1 insertions, 1 deletions
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));