summaryrefslogtreecommitdiff
path: root/src/include/device_tree.h
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-01-15 21:13:45 +0100
committerPatrick Georgi <pgeorgi@google.com>2020-01-18 10:55:45 +0000
commit5f73e220abcb56f11664de6c77ad50b9dff3023a (patch)
treef9aa42ff04a5109ecb801cd4723aa4937a652d88 /src/include/device_tree.h
parente202e6770951f3207278217bd61d030bec271e03 (diff)
downloadcoreboot-5f73e220abcb56f11664de6c77ad50b9dff3023a.tar.xz
src/include: Fix typos
Change-Id: Ia8e6e5bd5ac2565263d81df8ca81d62436a3301f Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38441 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/include/device_tree.h')
-rw-r--r--src/include/device_tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/device_tree.h b/src/include/device_tree.h
index 56a9361bd8..30da803b63 100644
--- a/src/include/device_tree.h
+++ b/src/include/device_tree.h
@@ -117,7 +117,7 @@ int fdt_node_name(const void *blob, uint32_t offset, const char **name);
void fdt_print_node(const void *blob, uint32_t offset);
int fdt_skip_node(const void *blob, uint32_t offset);
-/* Read a flattened device tree into a heirarchical structure which refers to
+/* Read a flattened device tree into a hierarchical structure which refers to
the contents of the flattened tree in place. Modifying the flat tree
invalidates the unflattened one. */
struct device_tree *fdt_unflatten(const void *blob);