summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSam Eaton <sam@eaton.party>2021-12-03 14:47:26 -0800
committerPauli <ppzgs1@gmail.com>2021-12-10 15:19:04 +1100
commit075b1b4dcd33259ece3fe2cdc1847af190105c84 (patch)
tree71f2a1447ff2c1050c0ec560eabe7188a50f9703 /include
parentf2499f5378d92bf90fdcc16831ebf1f08069ef7a (diff)
changes opensssl typos to openssl
CLA: trivial Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17191) (cherry picked from commit 44fde441937fc8db8ea6a7ac2e7c683ad9d5f8e0)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/macros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openssl/macros.h b/include/openssl/macros.h
index 7d37798560..a6bc3f1feb 100644
--- a/include/openssl/macros.h
+++ b/include/openssl/macros.h
@@ -20,7 +20,7 @@
# define OPENSSL_MSTR(x) OPENSSL_MSTR_HELPER(x)
/*
- * Sometimes OPENSSSL_NO_xxx ends up with an empty file and some compilers
+ * Sometimes OPENSSL_NO_xxx ends up with an empty file and some compilers
* don't like that. This will hopefully silence them.
*/
# define NON_EMPTY_TRANSLATION_UNIT static void *dummy = &dummy;