Fix grammar, eliminate double parenthesized sentence fragment.
authorMisha Brukman <brukman+llvm@gmail.com>
Wed, 28 Jul 2004 22:37:57 +0000 (22:37 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Wed, 28 Jul 2004 22:37:57 +0000 (22:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15313 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CodingStandards.html

index 21343ccbbd5f1a1a747a6f43ec8c7f88ffbd5a92..c1e1a1dd90d6ec4a58193cacb00b31da54b9ed01 100644 (file)
@@ -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