]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
coccinelle: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 26 Dec 2023 00:43:21 +0000 (09:43 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 26 Dec 2023 00:43:21 +0000 (09:43 +0900)
coccinelle/run-coccinelle.sh

index bb72a493f08f300d43355f17fc3b943298a7d326..32b81e1efbae052b57fdef6652db62a5cbe1b458 100755 (executable)
@@ -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