aboutsummaryrefslogtreecommitdiff
path: root/crypto/ctype.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/ctype.c')
-rw-r--r--crypto/ctype.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/ctype.c b/crypto/ctype.c
index de2e836ff783..48b3025ba539 100644
--- a/crypto/ctype.c
+++ b/crypto/ctype.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2022 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2017-2023 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
@@ -258,7 +258,7 @@ int ossl_ctype_check(int c, unsigned int mask)
}
/*
- * Implement some of the simplier functions directly to avoid the overhead of
+ * Implement some of the simpler functions directly to avoid the overhead of
* accessing memory via ctype_char_map[].
*/