From dfba3eff563cc0bb779791b10e8f78a124f4182e Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Mon, 24 Aug 2026 17:13:09 +0400 Subject: 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 Signed-off-by: David Gibson [adapt to U-Boot, rewrite commit message accordingly] Signed-off-by: Alexey Charkov --- scripts/dtc/pylibfdt/libfdt.i_shipped | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.3.1