fix wrong comment

This commit is contained in:
Martin Marmsoler
2026-01-03 17:02:51 +01:00
parent 5ab90d3c27
commit 0e3200a8fc

View File

@@ -503,7 +503,7 @@ GIT_EXTERN(int) git_diff_format_email_options_init(
GIT_EXTERN(const git_error *) giterr_last(void);
/**
* Clear the last error. This is an alias of `git_error_last` and is
* Clear the last error. This is an alias of `git_error_clear` and is
* preserved for backward compatibility.
*
* This function is deprecated, but there is no plan to remove this