Fix typos in comments.
authorDan Gohman <gohman@apple.com>
Fri, 26 Feb 2010 20:18:32 +0000 (20:18 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 26 Feb 2010 20:18:32 +0000 (20:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97257 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CodingStandards.html
docs/CommandLine.html
docs/DeveloperPolicy.html

index ee9443d164d5a55284f49b063dfedd4dae7e9e46..7815e19739f30854872e8501f3aacb22628937e1 100644 (file)
@@ -194,9 +194,9 @@ something sane goes a long ways towards avoiding writing documentation.</p>
 <b>Method information</b>
 
 <p>Methods defined in a class (as well as any global functions) should also be
-documented properly.  A quick note about what it does any a description of the
+documented properly.  A quick note about what it does and a description of the
 borderline behaviour is all that is necessary here (unless something
-particularly tricky or insideous is going on).  The hope is that people can
+particularly tricky or insidious is going on).  The hope is that people can
 figure out how to use your interfaces without reading the code itself... that is
 the goal metric.</p>
 
index f5732267aada60e94a57d0bc261a3ee1eb09f5f9..47ab2cc074dda4aa8ab4be56e522a014a9e71460 100644 (file)
@@ -706,7 +706,7 @@ checking we have to do.</p>
 <div class="doc_text">
 
 <p>Instead of collecting sets of options in a list, it is also possible to
-gather information for enum values in a <b>bit vector</b>.  The represention used by
+gather information for enum values in a <b>bit vector</b>.  The representation used by
 the <a href="#bits"><tt>cl::bits</tt></a> class is an <tt>unsigned</tt>
 integer.  An enum value is represented by a 0/1 in the enum's ordinal value bit
 position. 1 indicating that the enum was specified, 0 otherwise.  As each
index b11e48bee354e4b6432c5cfbc553d066dc2756ad..357c92956fd6cc7343506e64c98377115894d6e3 100644 (file)
@@ -520,7 +520,7 @@ Changes</a></div>
 <p>We intend to keep LLVM perpetually open source and to use a liberal open
    source license. The current license is the
    <a href="http://www.opensource.org/licenses/UoI-NCSA.php">University of
-   llinois/NCSA Open Source License</a>, which boils down to this:</p>
+   Illinois/NCSA Open Source License</a>, which boils down to this:</p>
 
 <ul>
   <li>You can freely distribute LLVM.</li>