diff options
| author | Edward Thomson <ethomson@edwardthomson.com> | 2018-12-27 13:47:34 -0600 |
|---|---|---|
| committer | Edward Thomson <ethomson@edwardthomson.com> | 2019-01-22 22:30:35 +0000 |
| commit | f673e232afe22eb865cdc915e55a2df6493f0fbb (patch) | |
| tree | e79e3e6fb1e1d78367679aea75e66c8141b4daa8 /src/fileops.h | |
| parent | 647dfdb42d06514a85c1499f1be88a32b8a4c24b (diff) | |
| download | libgit2-f673e232afe22eb865cdc915e55a2df6493f0fbb.tar.gz | |
git_error: use new names in internal APIs and usage
Move to the `git_error` name in the internal API for error-related
functions.
Diffstat (limited to 'src/fileops.h')
| -rw-r--r-- | src/fileops.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileops.h b/src/fileops.h index 2844ece21..85131f834 100644 --- a/src/fileops.h +++ b/src/fileops.h @@ -340,7 +340,7 @@ typedef struct { * This function updates the file stamp to current data for the given path * and returns 0 if the file is up-to-date relative to the prior setting, * 1 if the file has been changed, or GIT_ENOTFOUND if the file doesn't - * exist. This will not call giterr_set, so you must set the error if you + * exist. This will not call git_error_set, so you must set the error if you * plan to return an error. * * @param stamp File stamp to be checked |
