From 621a415c013556d2d67359c4c51da11ee3703196 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 26 Feb 2010 20:18:32 +0000 Subject: Fix typos in comments. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97257 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandLine.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/CommandLine.html') 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.

Instead of collecting sets of options in a list, it is also possible to -gather information for enum values in a bit vector. The represention used by +gather information for enum values in a bit vector. The representation used by the cl::bits class is an unsigned 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 -- cgit v1.1