summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandLine.html
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-02-26 20:18:32 +0000
committerDan Gohman <gohman@apple.com>2010-02-26 20:18:32 +0000
commit42f5691d3c2660a7807b1f6e16e2d7b640d984cd (patch)
tree6a4ca0e83cd89eb509e2348df1e89ceb44da6148 /llvm/docs/CommandLine.html
parent156c56dcd9007179eb29cea69d3ff83c21751afb (diff)
downloadbcm5719-llvm-42f5691d3c2660a7807b1f6e16e2d7b640d984cd.tar.gz
bcm5719-llvm-42f5691d3c2660a7807b1f6e16e2d7b640d984cd.zip
Fix typos in comments.
llvm-svn: 97257
Diffstat (limited to 'llvm/docs/CommandLine.html')
-rw-r--r--llvm/docs/CommandLine.html2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud