Commit 4ab6a45ec7ee6380f66098814f0d2e46a64158e8
Committed by
Simon Glass
1 parent
0772a1f497
Exists in
smarc_8mq_lf_v2020.04
and in
11 other branches
libfdt: fix typo on comment
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
scripts/dtc/libfdt/libfdt.h
... | ... | @@ -734,7 +734,7 @@ |
734 | 734 | /** |
735 | 735 | * fdt_get_alias_namelen - get alias based on substring |
736 | 736 | * @fdt: pointer to the device tree blob |
737 | - * @name: name of the alias th look up | |
737 | + * @name: name of the alias to look up | |
738 | 738 | * @namelen: number of characters of name to consider |
739 | 739 | * |
740 | 740 | * Identical to fdt_get_alias(), but only examine the first namelen |