diff options
| author | Thomas Huth <[email protected]> | 2026-08-24 17:13:09 +0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-08-31 17:06:20 -0600 |
| commit | dfba3eff563cc0bb779791b10e8f78a124f4182e (patch) | |
| tree | 5af87029c6717f3a5e030e8b88d196469bb0f258 | |
| parent | 0e9f9fda2e4568aae651147c1e59a0b4c394df55 (diff) | |
pylibfdt: Fix a typo in the next_node() docstring
Spell "Tuple" correctly.
This is the pylibfdt part of dtc commit 205fbef17b7b ("Fix some typos");
the other files that commit touches carry no such typos in tree.
Signed-off-by: Thomas Huth <[email protected]>
Signed-off-by: David Gibson <[email protected]>
[adapt to U-Boot, rewrite commit message accordingly]
Signed-off-by: Alexey Charkov <[email protected]>
| -rw-r--r-- | scripts/dtc/pylibfdt/libfdt.i_shipped | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dtc/pylibfdt/libfdt.i_shipped b/scripts/dtc/pylibfdt/libfdt.i_shipped index 2c8efd57a60..2179515a144 100644 --- a/scripts/dtc/pylibfdt/libfdt.i_shipped +++ b/scripts/dtc/pylibfdt/libfdt.i_shipped @@ -166,7 +166,7 @@ class FdtRo(object): quiet: Errors to ignore (empty to raise on all errors) Returns: - Typle: + Tuple: Offset of the next node, if any, else a -ve error Depth of the returned node, if any, else undefined |
