summaryrefslogtreecommitdiff
path: root/lib/global.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/global.c')
-rw-r--r--lib/global.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/global.c b/lib/global.c
index 1f92965b80..d657f56d8c 100644
--- a/lib/global.c
+++ b/lib/global.c
@@ -369,8 +369,8 @@ static int _gnutls_global_init(unsigned constructor)
_gnutls_load_system_priorities();
#ifdef ENABLE_FIPS140
- /* These self tests are performed on the overriden algorithms
- * (e.g., AESNI overriden AES). They are after _gnutls_register_accel_crypto()
+ /* These self tests are performed on the overridden algorithms
+ * (e.g., AESNI overridden AES). They are after _gnutls_register_accel_crypto()
* intentionally */
if (res != 0) {
ret = _gnutls_fips_perform_self_checks2();