]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs: Fix a typo in CODING_STYLE.md (#10630)
authorFelix Yan <felixonmars@archlinux.org>
Sat, 3 Nov 2018 08:38:41 +0000 (16:38 +0800)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 3 Nov 2018 08:38:41 +0000 (17:38 +0900)
docs/CODING_STYLE.md

index 64f7a8cddfe3fa2afeee8f46c096a31e3353981f..b8337fd097fc3cfb24cdcbeae8da3a1688a31458 100644 (file)
@@ -6,7 +6,7 @@
 - We prefer `/* comments */` over `// comments` in code you commit, please. This
   way `// comments` are left for developers to use for local, temporary
   commenting of code for debug purposes (i.e. uncommittable stuff), making such
-  comments easily discernable from explanatory, documenting code comments
+  comments easily discernible from explanatory, documenting code comments
   (i.e. committable stuff).
 
 - Don't break code lines too eagerly. We do **not** force line breaks at 80ch,