]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
coccinelle: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 28 Dec 2023 19:13:42 +0000 (04:13 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 28 Dec 2023 19:13:45 +0000 (04:13 +0900)
Follow-up for b25d3b36a21cd7a68039b85f887cc849ff7664a1.

coccinelle/parsing_hacks.h

index e16aa9fdaedf229cbae21686da3958d45a99de91..0b2f690f54e318203b56ddf29e4a580f82090cca 100644 (file)
@@ -18,7 +18,7 @@
  * special cases in which the parser incorrectly infers information that then causes issues in valid code
  * later down the line.
  *
- * Inspired by a similarly named file [0] from the Coccinelle sources, and the original bultin macros [1].
+ * Inspired by a similarly named file [0] from the Coccinelle sources, and the original builtin macros [1].
  *
  * [0] https://github.com/coccinelle/coccinelle/blob/master/parsing_c/parsing_hacks.ml
  * [1] https://github.com/coccinelle/coccinelle/blob/master/standard.h