X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=attr.h;h=8b08d33af84ebbb376a69d85f3db6c03eeb78a63;hb=HEAD;hp=eb8ca0d7c067417a8ff2802179e50bddcdff3367;hpb=73c6b3575bc638b7096ec913bd91193707e2265d;p=git.git diff --git a/attr.h b/attr.h index eb8ca0d7c..8b08d33af 100644 --- a/attr.h +++ b/attr.h @@ -40,7 +40,7 @@ int git_check_attr(const char *path, int, struct git_attr_check *); /* * Retrieve all attributes that apply to the specified path. *num - * will be set the the number of attributes on the path; **check will + * will be set to the number of attributes on the path; **check will * be set to point at a newly-allocated array of git_attr_check * objects describing the attributes and their values. *check must be * free()ed by the caller.