summaryrefslogtreecommitdiffstats
path: root/coccinelle/run-coccinelle.sh
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2023-12-26 01:43:21 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2023-12-26 01:43:21 +0100
commit5a4631bd8fde4122bf6f25872df07229a6b3ed74 (patch)
tree4c7b2314868ab2f1cc1edd717f08906427f54963 /coccinelle/run-coccinelle.sh
parenthwdb: Add override for headset form-factor for the Corsair Void Elite (diff)
downloadsystemd-5a4631bd8fde4122bf6f25872df07229a6b3ed74.tar.xz
systemd-5a4631bd8fde4122bf6f25872df07229a6b3ed74.zip
coccinelle: fix typo
Diffstat (limited to 'coccinelle/run-coccinelle.sh')
-rwxr-xr-xcoccinelle/run-coccinelle.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/coccinelle/run-coccinelle.sh b/coccinelle/run-coccinelle.sh
index bb72a493f0..32b81e1efb 100755
--- a/coccinelle/run-coccinelle.sh
+++ b/coccinelle/run-coccinelle.sh
@@ -70,8 +70,8 @@ for script in "${SCRIPTS[@]}"; do
# 2) Make sure spatch can find our includes via -I <dir>, similarly as we do when compiling stuff
#
# 3) Make sure to include includes from includes (--recursive-includes), but use them only to get type
- # definitions (--include-headers-for-types) - otherwise we'd start formating them as well, which might be
- # unwanted, especially for includes we fetch verbatim from third-parties
+ # definitions (--include-headers-for-types) - otherwise we'd start formatting them as well, which might
+ # be unwanted, especially for includes we fetch verbatim from third-parties
#
# 4) Use cache, since generating the full AST is _very_ expensive, i.e. the uncached run takes 15 - 30
# minutes (for one rule(!)), vs 30 - 90 seconds when the cache is populated. One major downside of the