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 | 621a415c013556d2d67359c4c51da11ee3703196 (patch) | |
tree | e3d457e22844fe063a428ccbc28818ba223fd633 /docs/CommandLine.html | |
parent | 0f83c6267edf5a213fa9245347eb41e83816bdc3 (diff) | |
download | external_llvm-621a415c013556d2d67359c4c51da11ee3703196.zip external_llvm-621a415c013556d2d67359c4c51da11ee3703196.tar.gz external_llvm-621a415c013556d2d67359c4c51da11ee3703196.tar.bz2 |
Fix typos in comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97257 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandLine.html')
-rw-r--r-- | docs/CommandLine.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CommandLine.html b/docs/CommandLine.html index f573226..47ab2cc 100644 --- a/docs/CommandLine.html +++ b/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 |