diff options
Diffstat (limited to 'attr.h')
-rw-r--r-- | attr.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ * const char *path; * * setup_check(); - * git_check_attr(path, check); + * git_check_attr(&the_index, tree_oid, path, check); * ------------ * * - Act on `.value` member of the result, left in `check->items[]`: |