summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bss_dgram.c
diff options
context:
space:
mode:
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>2023-12-22 14:37:12 +0100
committerTomas Mraz <tomas@openssl.org>2023-12-29 10:12:05 +0100
commit164a541b9384cf4f2bee84c2b9b9feede6d65cca (patch)
treeecee6e0816acd80ba14ec29f986f85a4015bd5c2 /crypto/bio/bss_dgram.c
parent3d68e2937ee5c50eacef5f4c34abdf7c0e4dc479 (diff)
Fix new typos found by codespell
Reviewed-by: Paul Yang <kaishen.yy@antfin.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/23133)
Diffstat (limited to 'crypto/bio/bss_dgram.c')
-rw-r--r--crypto/bio/bss_dgram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bio/bss_dgram.c b/crypto/bio/bss_dgram.c
index 5195634fdf..4dd55ab337 100644
--- a/crypto/bio/bss_dgram.c
+++ b/crypto/bio/bss_dgram.c
@@ -98,7 +98,7 @@
|| M_METHOD == M_METHOD_WSARECVMSG
# if defined(__APPLE__)
/*
- * CMSG_SPACE is not a constant expresson on OSX even though POSIX
+ * CMSG_SPACE is not a constant expression on OSX even though POSIX
* says it's supposed to be. This should be adequate.
*/
# define BIO_CMSG_ALLOC_LEN 64