summaryrefslogtreecommitdiffstats
path: root/EmbeddedPkg/Include/libfdt.h
diff options
context:
space:
mode:
Diffstat (limited to 'EmbeddedPkg/Include/libfdt.h')
-rw-r--r--EmbeddedPkg/Include/libfdt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/EmbeddedPkg/Include/libfdt.h b/EmbeddedPkg/Include/libfdt.h
index 6105b9c075..a2db686629 100644
--- a/EmbeddedPkg/Include/libfdt.h
+++ b/EmbeddedPkg/Include/libfdt.h
@@ -2311,7 +2311,7 @@ fdt_del_node (
* returns:
* 0, on success
* -FDT_ERR_NOSPACE, there's not enough space in the base device tree
- * -FDT_ERR_NOTFOUND, the overlay points to some inexistant nodes or
+ * -FDT_ERR_NOTFOUND, the overlay points to some nonexistant nodes or
* properties in the base DT
* -FDT_ERR_BADPHANDLE,
* -FDT_ERR_BADOVERLAY,