]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
scripts/gen_compile_commands.py: fix docstring
authorJoao Marcos Costa <jmcosta944@gmail.com>
Sun, 1 Oct 2023 10:00:31 +0000 (12:00 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 11 Oct 2023 17:24:23 +0000 (13:24 -0400)
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>
scripts/gen_compile_commands.py

index 0227522959a45c7253ed13ca1950affcb4f55522..63d036a7732a9303cbe0fafe7be44ee2aa2528a3 100755 (executable)
@@ -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