README.Coding: fix typos
authorStefan Metzmacher <metze@samba.org>
Sat, 10 Jul 2010 12:15:08 +0000 (14:15 +0200)
committerStefan Metzmacher <metze@samba.org>
Sat, 10 Jul 2010 12:15:08 +0000 (14:15 +0200)
Thanks to Michael Wood <esiotrot@gmail.com> for the review.

metze

README.Coding

index b1ac2fe6666c48429e66c3dac74d45ae522c39e5..3ea9c781aa1c566579e601d46d05e6e8ded93235 100644 (file)
@@ -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: