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:18:22 +1100
commit44fde441937fc8db8ea6a7ac2e7c683ad9d5f8e0 (patch)
treec1917e826078e6a3c0544041b0057eb906d70dd4 /include
parentf0fc3c10d0617821a476b34aba1ee77d47a2a64a (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)
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;