]> granicus.if.org Git - clang/commitdiff
Fix commento.
authorDaniel Dunbar <daniel@zuster.org>
Wed, 4 Nov 2009 06:57:08 +0000 (06:57 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 4 Nov 2009 06:57:08 +0000 (06:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86016 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Frontend/DiagnosticOptions.h

index 958a8e9191a56eabc181693045efe19a38084e87..58673e4dad6bb43e385ca487eb3073bcc914d03e 100644 (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