Fix a typo in a comment...

llvm-svn: 106022
This commit is contained in:
Jim Ingham 2010-06-15 18:50:32 +00:00
parent 6e54c908e0
commit 64f78a310d
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ namespace lldb {
typedef struct
{
uint32_t usage_mask; // Used to mark options that can be used together. If 1 << n && usage_mask != 0
uint32_t usage_mask; // Used to mark options that can be used together. If (1 << n & usage_mask) != 0
// then this option belongs to option set n.
bool required; // This option is required (in the current usage level)
CONST_CHAR_PTR long_option; // Full name for this option.