summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorPatrick Pelletier <code@funwithsoftware.org>2012-01-24 10:12:49 -0800
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-01-24 21:06:01 +0100
commit762f4e5fbab2334144621ba3d2dd4a07a8fa0f77 (patch)
tree397cf0eda85e2e90396e0a00374fe41416a14419 /extra
parent172edf8fe210e6c6554b95d6f0de3c849019d1a4 (diff)
downloadgnutls-762f4e5fbab2334144621ba3d2dd4a07a8fa0f77.tar.gz
Fix up some typos and obsolete comments
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to 'extra')
-rw-r--r--extra/includes/gnutls/openssl.h4
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