]> granicus.if.org Git - clang/commitdiff
Make iboutlet diagnostic lowercase
authorTed Kremenek <kremenek@apple.com>
Tue, 15 Jul 2008 22:39:36 +0000 (22:39 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 15 Jul 2008 22:39:36 +0000 (22:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53646 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticKinds.def

index d1c4bd9080e8de48db277529fa0983a74e71156f..ee8e33439af4dd88c52fa3a20ae97537af2622c7 100644 (file)
@@ -675,7 +675,7 @@ DIAG(err_attr_wrong_decl, ERROR,
      
 // Clang-Specific Attributes
 DIAG(err_attribute_iboutlet_non_ivar, ERROR,
-     "'IBOutlet' attribute can only be applied to instance variables")
+     "'iboutlet' attribute can only be applied to instance variables")
 
 // Function Parameter Semantic Analysis.
 DIAG(err_param_with_void_type, ERROR,