aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYan-Jie Wang <yanjiewtw@gmail.com>2023-06-08 14:39:05 +0800
committerDavid Gibson <david@gibson.dropbear.id.au>2023-06-08 19:47:51 +1000
commitccf1f62d59adc933fb348b866f351824cdd00c73 (patch)
tree1255b7e19461d4a5b96d495dc5360536385f18a1
parent71a8b8ef0adf01af4c78c739e04533a35c1dc89c (diff)
downloaddtc-ccf1f62d59adc933fb348b866f351824cdd00c73.tar.gz
libfdt: Fix a typo in libfdt.h
The function mentioned in the comment, fdt_finished(), should be changed to fdt_finish(). Signed-off-by: Yan-Jie Wang <yanjiewtw@gmail.com> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
-rw-r--r--libfdt/libfdt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libfdt/libfdt.h b/libfdt/libfdt.h
index 34c4d55..2a4f32c 100644
--- a/libfdt/libfdt.h
+++ b/libfdt/libfdt.h
@@ -1511,7 +1511,7 @@ int fdt_nop_node(void *fdt, int nodeoffset);
* fdt_create_with_flags() begins the process of creating a new fdt with
* the sequential write interface.
*
- * fdt creation process must end with fdt_finished() to produce a valid fdt.
+ * fdt creation process must end with fdt_finish() to produce a valid fdt.
*
* returns:
* 0, on success