forked from OSchip/llvm-project
fix some comment typos to cycle bots
This commit is contained in:
parent
09153ab9d2
commit
87e80e5e28
|
@ -117,7 +117,7 @@ clang_ModuleMapDescriptor_setFrameworkModuleName(CXModuleMapDescriptor,
|
|||
const char *name);
|
||||
|
||||
/**
|
||||
* Sets the umbrealla header name that the module.map describes.
|
||||
* Sets the umbrella header name that the module.map describes.
|
||||
* \returns 0 for success, non-zero to indicate an error.
|
||||
*/
|
||||
CINDEX_LINKAGE enum CXErrorCode
|
||||
|
|
|
@ -3745,7 +3745,7 @@ CINDEX_LINKAGE unsigned clang_Type_getNumObjCProtocolRefs(CXType T);
|
|||
CINDEX_LINKAGE CXCursor clang_Type_getObjCProtocolDecl(CXType T, unsigned i);
|
||||
|
||||
/**
|
||||
* Retreive the number of type arguments associated with an ObjC object.
|
||||
* Retrieve the number of type arguments associated with an ObjC object.
|
||||
*
|
||||
* If the type is not an ObjC object, 0 is returned.
|
||||
*/
|
||||
|
|
|
@ -402,7 +402,7 @@ public:
|
|||
}
|
||||
|
||||
/// createImplicitParams - Used to lazily create the self and cmd
|
||||
/// implict parameters. This must be called prior to using getSelfDecl()
|
||||
/// implicit parameters. This must be called prior to using getSelfDecl()
|
||||
/// or getCmdDecl(). The call is ignored if the implicit parameters
|
||||
/// have already been created.
|
||||
void createImplicitParams(ASTContext &Context, const ObjCInterfaceDecl *ID);
|
||||
|
|
Loading…
Reference in New Issue