summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/DiagnosticCommentKinds.td
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2013-03-06 17:55:30 +0000
committerFariborz Jahanian <fjahanian@apple.com>2013-03-06 17:55:30 +0000
commit26facface1884eeadf305277479fe020e9b5983c (patch)
treed426d44f9d48485b01e901e6294cf286752dcd13 /include/clang/Basic/DiagnosticCommentKinds.td
parent88f070f99f7f352e294eed212fdf7a23c0815fe2 (diff)
Spell Objective-C correctly.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176563 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Basic/DiagnosticCommentKinds.td')
-rw-r--r--include/clang/Basic/DiagnosticCommentKinds.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Basic/DiagnosticCommentKinds.td b/include/clang/Basic/DiagnosticCommentKinds.td
index 1bf290edf6..c87a0a72ef 100644
--- a/include/clang/Basic/DiagnosticCommentKinds.td
+++ b/include/clang/Basic/DiagnosticCommentKinds.td
@@ -76,7 +76,7 @@ def warn_doc_param_not_attached_to_a_function_decl : Warning<
def warn_doc_function_method_decl_mismatch : Warning<
"'%select{\\|@}0%select{function|method|callback}1' command should be "
"used in a comment attached to "
- "%select{a function|an objective-C method|a pointer to function}2 declaration">,
+ "%select{a function|an Objective-C method|a pointer to function}2 declaration">,
InGroup<Documentation>, DefaultIgnore;
def warn_doc_param_duplicate : Warning<