scripts: gen_defines: fix typo
Missing 's'.
Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
diff --git a/scripts/dts/gen_defines.py b/scripts/dts/gen_defines.py
index bfbef52..f95219d 100755
--- a/scripts/dts/gen_defines.py
+++ b/scripts/dts/gen_defines.py
@@ -493,7 +493,7 @@
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 = ''