diff options
author | Patrick Pelletier <code@funwithsoftware.org> | 2012-01-24 10:12:49 -0800 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-01-24 21:06:01 +0100 |
commit | 762f4e5fbab2334144621ba3d2dd4a07a8fa0f77 (patch) | |
tree | 397cf0eda85e2e90396e0a00374fe41416a14419 /extra/includes | |
parent | 172edf8fe210e6c6554b95d6f0de3c849019d1a4 (diff) | |
download | gnutls-762f4e5fbab2334144621ba3d2dd4a07a8fa0f77.tar.gz |
Fix up some typos and obsolete comments
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to 'extra/includes')
-rw-r--r-- | extra/includes/gnutls/openssl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/includes/gnutls/openssl.h b/extra/includes/gnutls/openssl.h index ac6e2b1516..fd59d335b6 100644 --- a/extra/includes/gnutls/openssl.h +++ b/extra/includes/gnutls/openssl.h @@ -25,7 +25,7 @@ /* This file contains prototypes about the OpenSSL compatibility layer * in GnuTLS. GnuTLS is not a complete replacement of OPENSSL so this - * compatibility layer only support limited OpenSSL functionality. + * compatibility layer only supports limited OpenSSL functionality. * * New programs should avoid using this compatibility layer, and use * the native GnuTLS API directly. @@ -41,7 +41,7 @@ extern "C" #include <gnutls/gnutls.h> -/* Extra definitions that do not longer exist in gnutls. +/* Extra definitions that no longer exist in gnutls. */ #define GNUTLS_X509_CN_SIZE 256 #define GNUTLS_X509_C_SIZE 3 |