summaryrefslogtreecommitdiffstats
path: root/README.Coding
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-07-10 14:15:08 +0200
committerStefan Metzmacher <metze@samba.org>2010-07-10 14:15:08 +0200
commitc6a6d884f98aead1f449bc94aee19c3069efca27 (patch)
treec11db0a0a3bc232dd06798478f313c254692a2c0 /README.Coding
parent1c2ff4563d0fd7e1d00117eef051f5554daaba14 (diff)
downloadsamba-c6a6d884f98aead1f449bc94aee19c3069efca27.tar.gz
samba-c6a6d884f98aead1f449bc94aee19c3069efca27.tar.xz
samba-c6a6d884f98aead1f449bc94aee19c3069efca27.zip
README.Coding: fix typos
Thanks to Michael Wood <esiotrot@gmail.com> for the review. metze
Diffstat (limited to 'README.Coding')
-rw-r--r--README.Coding11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.Coding b/README.Coding
index b1ac2fe666..3ea9c781aa 100644
--- a/README.Coding
+++ b/README.Coding
@@ -94,11 +94,12 @@ Comments
--------
Comments should always use the standard C syntax. C++
-style comments are not currently allowed. The lines before
-a comment should be empty. If the comment directly belongs
-to the following code, there should be no empty line after
-the comment. In case the comment contains a summary of
-mutliple following code blogs.
+style comments are not currently allowed.
+
+The lines before a comment should be empty. If the comment directly
+belongs to the following code, there should be no empty line
+after the comment, except if the comment contains a summary
+of multiple following code blocks.
This is good: