]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Update .clang-format
authorszb512 <47613831+szb512@users.noreply.github.com>
Mon, 13 Jul 2020 15:58:09 +0000 (11:58 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 13 Jul 2020 16:08:09 +0000 (18:08 +0200)
.clang-format

index d3ff1260dbdcff1e640e1dbe4b11b028697ddf52..ab1954935ca7a758152d13d96c1c38585c2755f7 100644 (file)
@@ -1,7 +1,7 @@
 # This configuration file can be used to auto-format the code base.
 # Not all guidelines specified in CODING_STYLE are followed, so the
 # result MUST NOT be committed indiscriminately, but each automated
-# change should be reviewed and only the appropriate ones can be commited.
+# change should be reviewed and only the appropriate ones commited.
 #
 # The easiest way to apply the formatting to your changes ONLY,
 # is to use the git-clang-format script (usually installed with clang-format).