Fix commento.

llvm-svn: 86016
This commit is contained in:
Daniel Dunbar 2009-11-04 06:57:08 +00:00
parent 0300bbcf80
commit a9be734c24
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class DiagnosticOptions {
public:
unsigned ShowColumn : 1; /// Show column number on diagnostics.
unsigned ShowLocation : 1; /// Show source location information.
unsigned ShowCarets : 1; /// Show source location information.
unsigned ShowCarets : 1; /// Show carets in diagnostics.
unsigned ShowFixits : 1; /// Show fixit information.
unsigned ShowSourceRanges : 1; /// Show source ranges in numeric form.
unsigned ShowOptionNames : 1; /// Show the diagnostic name for mappable