aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJoao Marcos Costa <jmcosta944@gmail.com>2023-10-01 12:00:31 +0200
committerTom Rini <trini@konsulko.com>2023-10-11 13:24:23 -0400
commit0972675dfb90840d8553c1378dddbed93e7cdf7b (patch)
treef986b6e445ef6441adc34b8092527ad3d9171e0d /scripts
parent97fbb2eb016b5fb14285690c6b928f6286afc481 (diff)
downloadu-boot-0972675dfb90840d8553c1378dddbed93e7cdf7b.zip
u-boot-0972675dfb90840d8553c1378dddbed93e7cdf7b.tar.gz
u-boot-0972675dfb90840d8553c1378dddbed93e7cdf7b.tar.bz2
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 <jmcosta944@gmail.com> Tested-by: Joao Paulo Goncalves <joao.goncalves@toradex.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/gen_compile_commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gen_compile_commands.py b/scripts/gen_compile_commands.py
index 0227522..63d036a 100755
--- a/scripts/gen_compile_commands.py
+++ b/scripts/gen_compile_commands.py
@@ -5,7 +5,7 @@
#
# Author: Tom Roeder <tmroeder@google.com>
#
-"""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