diff options
Diffstat (limited to 'src/gpg-error.h')
-rw-r--r-- | src/gpg-error.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpg-error.h b/src/gpg-error.h index c9e1677..f2f07f2 100644 --- a/src/gpg-error.h +++ b/src/gpg-error.h @@ -443,8 +443,8 @@ const char *gpg_strsource (gpg_error_t err); this). */ gpg_err_code_t gpg_err_code_from_errno (int err); -/* Retrieve the system error for the error code ERR. This returns 0 - if ERR is not a system error code. */ +/* Retrieve the system error for the error code CODE. This returns 0 + if CODE is not a system error code. */ int gpg_err_code_to_errno (gpg_err_code_t code); #endif /* GPG_ERROR_H */ |