diff options
author | Joao Marcos Costa | 2023-10-01 12:00:31 +0200 |
---|---|---|
committer | Tom Rini | 2023-10-11 13:24:23 -0400 |
commit | 0972675dfb90840d8553c1378dddbed93e7cdf7b (patch) | |
tree | f986b6e445ef6441adc34b8092527ad3d9171e0d /scripts | |
parent | 97fbb2eb016b5fb14285690c6b928f6286afc481 (diff) |
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-x | scripts/gen_compile_commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gen_compile_commands.py b/scripts/gen_compile_commands.py index 0227522959a..63d036a7732 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 |