From 075b1b4dcd33259ece3fe2cdc1847af190105c84 Mon Sep 17 00:00:00 2001 From: Sam Eaton Date: Fri, 3 Dec 2021 14:47:26 -0800 Subject: changes opensssl typos to openssl CLA: trivial Reviewed-by: Shane Lontis Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/17191) (cherry picked from commit 44fde441937fc8db8ea6a7ac2e7c683ad9d5f8e0) --- include/openssl/macros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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; -- cgit v1.2.3