diff options
author | Dan Gohman <gohman@apple.com> | 2010-02-26 20:18:32 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-02-26 20:18:32 +0000 |
commit | 42f5691d3c2660a7807b1f6e16e2d7b640d984cd (patch) | |
tree | 6a4ca0e83cd89eb509e2348df1e89ceb44da6148 /llvm/docs | |
parent | 156c56dcd9007179eb29cea69d3ff83c21751afb (diff) | |
download | bcm5719-llvm-42f5691d3c2660a7807b1f6e16e2d7b640d984cd.tar.gz bcm5719-llvm-42f5691d3c2660a7807b1f6e16e2d7b640d984cd.zip |
Fix typos in comments.
llvm-svn: 97257
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/CodingStandards.html | 4 | ||||
-rw-r--r-- | llvm/docs/CommandLine.html | 2 | ||||
-rw-r--r-- | llvm/docs/DeveloperPolicy.html | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/llvm/docs/CodingStandards.html b/llvm/docs/CodingStandards.html index ee9443d164d..7815e19739f 100644 --- a/llvm/docs/CodingStandards.html +++ b/llvm/docs/CodingStandards.html @@ -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> diff --git a/llvm/docs/CommandLine.html b/llvm/docs/CommandLine.html index f5732267aad..47ab2cc074d 100644 --- a/llvm/docs/CommandLine.html +++ b/llvm/docs/CommandLine.html @@ -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 diff --git a/llvm/docs/DeveloperPolicy.html b/llvm/docs/DeveloperPolicy.html index b11e48bee35..357c92956fd 100644 --- a/llvm/docs/DeveloperPolicy.html +++ b/llvm/docs/DeveloperPolicy.html @@ -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> |