diff options
author | Giulio Benetti <giulio.benetti@benettiengineering.com> | 2019-09-18 17:22:13 +0200 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2019-10-15 08:40:03 -0600 |
commit | 4ab6a45ec7ee6380f66098814f0d2e46a64158e8 (patch) | |
tree | 6eb152d7554d62c45a3e339c6988ab2938750b3d /scripts | |
parent | 0772a1f4973031d6a30482cf7610f691b6bc1e6d (diff) | |
download | u-boot-4ab6a45ec7ee6380f66098814f0d2e46a64158e8.tar.gz |
libfdt: fix typo on comment
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/dtc/libfdt/libfdt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dtc/libfdt/libfdt.h b/scripts/dtc/libfdt/libfdt.h index 5c778b115b..c400f2f5d5 100644 --- a/scripts/dtc/libfdt/libfdt.h +++ b/scripts/dtc/libfdt/libfdt.h @@ -734,7 +734,7 @@ uint32_t fdt_get_phandle(const void *fdt, int nodeoffset); /** * fdt_get_alias_namelen - get alias based on substring * @fdt: pointer to the device tree blob - * @name: name of the alias th look up + * @name: name of the alias to look up * @namelen: number of characters of name to consider * * Identical to fdt_get_alias(), but only examine the first namelen |