summaryrefslogtreecommitdiff
path: root/docs/CODING_STYLE.md
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@strace.io>2023-01-15 08:00:00 +0000
committerDmitry V. Levin <ldv@strace.io>2023-01-23 22:52:34 +0000
commit5c7a4f21ddc26519e00ca2d20109492e70195b7c (patch)
tree2e17ff2623dd734c282bd33e83f259c40d617bec /docs/CODING_STYLE.md
parentbed1feaf3a2624777b8b87f809ecd11a511852ed (diff)
downloadsystemd-5c7a4f21ddc26519e00ca2d20109492e70195b7c.tar.gz
docs, man: consistently use comma after "For example"
Diffstat (limited to 'docs/CODING_STYLE.md')
-rw-r--r--docs/CODING_STYLE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CODING_STYLE.md b/docs/CODING_STYLE.md
index 26183ff372..516207071b 100644
--- a/docs/CODING_STYLE.md
+++ b/docs/CODING_STYLE.md
@@ -712,7 +712,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
## Committing to git
- Commit message subject lines should be prefixed with an appropriate component
- name of some kind. For example "journal: ", "nspawn: " and so on.
+ name of some kind. For example, "journal: ", "nspawn: " and so on.
- Do not use "Signed-Off-By:" in your commit messages. That's a kernel thing we
don't do in the systemd project.