From: Joao Marcos Costa Date: Sun, 1 Oct 2023 10:00:31 +0000 (+0200) Subject: scripts/gen_compile_commands.py: fix docstring X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=0972675dfb90840d8553c1378dddbed93e7cdf7b;p=u-boot.git scripts/gen_compile_commands.py: fix docstring The referred tool is now in U-Boot. Replace "the Linux kernel" by "U-Boot" to make the docstring coherent. Signed-off-by: Joao Marcos Costa Tested-by: Joao Paulo Goncalves --- diff --git a/scripts/gen_compile_commands.py b/scripts/gen_compile_commands.py index 0227522959..63d036a773 100755 --- a/scripts/gen_compile_commands.py +++ b/scripts/gen_compile_commands.py @@ -5,7 +5,7 @@ # # Author: Tom Roeder # -"""A tool for generating compile_commands.json in the Linux kernel.""" +"""A tool for generating compile_commands.json in U-Boot.""" import argparse import json