From 2868fa947f56ce313ce2f641a2cf0554ab8b76f5 Mon Sep 17 00:00:00 2001 From: Moritz Schulte Date: Mon, 2 Jun 2003 15:03:35 +0000 Subject: 2003-06-02 Moritz Schulte * src/gpg-error.h: Fix description of gpg_err_code_to_errno (i.e. substitute `ERR' with `CODE'). * src/code-to-errno.c: Likewise. --- src/code-to-errno.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/code-to-errno.c') diff --git a/src/code-to-errno.c b/src/code-to-errno.c index b8253c7..1a91445 100644 --- a/src/code-to-errno.c +++ b/src/code-to-errno.c @@ -26,8 +26,8 @@ #include "code-to-errno.h" -/* 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) { -- cgit v1.2.3