From 3252821b4c8a39a712922bfc20aac2ed140625eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=AD=20Bol=C3=ADvar?= Date: Wed, 11 Aug 2021 14:18:16 -0700 Subject: [PATCH] scripts: gen_defines: fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Missing 's'. Signed-off-by: Martí Bolívar --- scripts/dts/gen_defines.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dts/gen_defines.py b/scripts/dts/gen_defines.py index bfbef52ab8d..f95219ded98 100755 --- a/scripts/dts/gen_defines.py +++ b/scripts/dts/gen_defines.py @@ -493,7 +493,7 @@ def write_child_functions(node): node.children.values())) def write_child_functions_status_okay(node): - # Writes macro that are helpers that will call a macro/function + # Writes macros that are helpers that will call a macro/function # for each child node with status "okay". functions = ''