diff options
| author | Misha Brukman <brukman+llvm@gmail.com> | 2004-07-28 22:37:57 +0000 |
|---|---|---|
| committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-07-28 22:37:57 +0000 |
| commit | 0d640e87d16b988529766160b0fea00fdf1b7a97 (patch) | |
| tree | cf9afc7798b8e63724d7fa8b814fe1946d13152d /llvm/docs/CodingStandards.html | |
| parent | b2246154dfcdcb55a6d07640a146de875904c3ec (diff) | |
| download | bcm5719-llvm-0d640e87d16b988529766160b0fea00fdf1b7a97.tar.gz bcm5719-llvm-0d640e87d16b988529766160b0fea00fdf1b7a97.zip | |
Fix grammar, eliminate double parenthesized sentence fragment.
llvm-svn: 15313
Diffstat (limited to 'llvm/docs/CodingStandards.html')
| -rw-r--r-- | llvm/docs/CodingStandards.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/llvm/docs/CodingStandards.html b/llvm/docs/CodingStandards.html index 21343ccbbd5..c1e1a1dd90d 100644 --- a/llvm/docs/CodingStandards.html +++ b/llvm/docs/CodingStandards.html @@ -142,10 +142,11 @@ this:</p> <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 |

