[llvm-commits] CVS: llvm/docs/CodingStandards.html
Misha Brukman
brukman at cs.uiuc.edu
Wed Jul 28 15:38:07 PDT 2004
Changes in directory llvm/docs:
CodingStandards.html updated: 1.19 -> 1.20
---
Log message:
Fix grammar, eliminate double parenthesized sentence fragment.
---
Diffs of the changes: (+6 -5)
Index: llvm/docs/CodingStandards.html
diff -u llvm/docs/CodingStandards.html:1.19 llvm/docs/CodingStandards.html:1.20
--- llvm/docs/CodingStandards.html:1.19 Wed Jul 28 17:31:54 2004
+++ llvm/docs/CodingStandards.html Wed Jul 28 17:37:57 2004
@@ -142,10 +142,11 @@
<p>A few things to note about this particular format: The "<tt>-*- C++
-*-</tt>" string on the first line is there to tell Emacs that the source file
-is a C++ file, not a C file (Emacs assumes .h files are C files by default [Note
-that tag this is not necessary in .cpp files]). The name of the file is also on
-the first line, along with a very short description of the purpose of the file.
-This is important when printing out code and flipping though lots of pages.</p>
+is a C++ file, not a C file (Emacs assumes .h files are C files by default).
+Note that this tag is not necessary in .cpp files. The name of the file is also
+on the first line, along with a very short description of the purpose of the
+file. This is important when printing out code and flipping though lots of
+pages.</p>
<p>The next section in the file is a concise note that defines the license that
the file is released under. This makes it perfectly clear what terms the source
@@ -616,7 +617,7 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/07/28 22:31:54 $
+ Last modified: $Date: 2004/07/28 22:37:57 $
</address>
</body>
More information about the llvm-commits
mailing list