]> granicus.if.org Git - clang/commitdiff
fix typo
authorMatt Beaumont-Gay <matthewbg@google.com>
Wed, 23 Feb 2011 18:55:30 +0000 (18:55 +0000)
committerMatt Beaumont-Gay <matthewbg@google.com>
Wed, 23 Feb 2011 18:55:30 +0000 (18:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126323 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticSemaKinds.td

index 1ff3c0f316b9f14e7e168a61b81e0a3183cd915c..df327e7e5097177e8d2674c38d113a57e6c210be 100644 (file)
@@ -361,7 +361,7 @@ def warn_non_covariant_ret_types : Warning<
 def warn_conflicting_param_types : Warning<
   "conflicting parameter types in implementation of %0: %1 vs %2">;
 def warn_conflicting_param_modifiers : Warning<
-  "conflicting distributed object modifiers on patameter type "
+  "conflicting distributed object modifiers on parameter type "
   "in implementation of %0">;
 def warn_non_contravariant_param_types : Warning<
   "conflicting parameter types in implementation of %0: %1 vs %2">,