From 38eb03bc5a9fbde360eafe688b720ebf11fbeb17 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Mon, 10 Jul 2000 16:15:45 +0000 Subject: [PATCH] typo --- doc/dev/coding.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/dev/coding.html b/doc/dev/coding.html index e35d67a92a..cacd77d104 100644 --- a/doc/dev/coding.html +++ b/doc/dev/coding.html @@ -15,7 +15,7 @@ - SOFTWARE. --> - +

C Language

@@ -68,7 +68,7 @@ and indentation: Comments should be used anytime they improve the readability of the code.

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