1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-27 22:50:26 +03:00

README.Coding: fix typos

Thanks to Michael Wood <esiotrot@gmail.com> for the review.

metze
This commit is contained in:
Stefan Metzmacher 2010-07-10 14:15:08 +02:00
parent 1c2ff4563d
commit c6a6d884f9

View 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: