diff options
Diffstat (limited to 'common/t-support.c')
-rw-r--r-- | common/t-support.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/common/t-support.c b/common/t-support.c index f8b087de1..aa95a06d8 100644 --- a/common/t-support.c +++ b/common/t-support.c @@ -128,9 +128,7 @@ gcry_free (void *a) /* Stubs for gpg-error functions required because some compilers do not eliminate the supposed-to-be-unused-inline-functions and thus - require functions called from these inline fucntions. Although we - do not use gpg-error, gpg-error.h may get included via gcrypt.h if - it happens to be used used in libjnlib-config.h. */ + require functions called from these inline functions. */ #ifndef GPG_ERROR_H /* Don't do this if gpg-error.h has been included. */ int gpg_err_code_from_errno (int err) |