Fix capitalization of parameter
authorErich Keane <erich.keane@intel.com>
Wed, 18 Oct 2017 22:17:16 +0000 (22:17 +0000)
committerErich Keane <erich.keane@intel.com>
Wed, 18 Oct 2017 22:17:16 +0000 (22:17 +0000)
The .cpp file has this properly capitalized, but
the header does not.  Simply fixed it.

llvm-svn: 316132

clang/include/clang/AST/ASTContext.h

index df7b43a..09035be 100644 (file)
@@ -2229,7 +2229,7 @@ public:
   getCanonicalNestedNameSpecifier(NestedNameSpecifier *NNS) const;
 
   /// \brief Retrieves the default calling convention for the current target.
-  CallingConv getDefaultCallingConvention(bool isVariadic,
+  CallingConv getDefaultCallingConvention(bool IsVariadic,
                                           bool IsCXXMethod) const;
 
   /// \brief Retrieves the "canonical" template name that refers to a