mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
typo
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
- SOFTWARE.
|
- SOFTWARE.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!-- $Id: coding.html,v 1.10 2000/06/22 21:54:02 tale Exp $ -->
|
<!-- $Id: coding.html,v 1.11 2000/07/10 16:15:45 gson Exp $ -->
|
||||||
|
|
||||||
<H2>C Language</H2>
|
<H2>C Language</H2>
|
||||||
|
|
||||||
@@ -68,7 +68,7 @@ and indentation:
|
|||||||
Comments should be used anytime they improve the readability of the code.<P>
|
Comments should be used anytime they improve the readability of the code.<P>
|
||||||
|
|
||||||
Comments may be single-line or multiline. A single-line comment should be
|
Comments may be single-line or multiline. A single-line comment should be
|
||||||
at the end of the line of there is other text on the line, and should start
|
at the end of the line if there is other text on the line, and should start
|
||||||
in the same column as other nearby end-of-line comments. The comment
|
in the same column as other nearby end-of-line comments. The comment
|
||||||
should be at the same indentation level as the text it is referring to.
|
should be at the same indentation level as the text it is referring to.
|
||||||
Multiline comments should start with "/*" on a line by itself. Subsequent
|
Multiline comments should start with "/*" on a line by itself. Subsequent
|
||||||
|
Reference in New Issue
Block a user