summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorwillmafh <willmafh@hotmail.com>2024-03-01 21:12:21 +0800
committerTomas Mraz <tomas@openssl.org>2024-05-13 11:10:35 +0200
commitfa4ee4043473185a5894274a2fa7fa2c4dc15a3c (patch)
tree34ce32abfc73245b8db494904576a2810ad62d0e /include
parent87314d24c4f025df1ebf47dc527cc8a96bef354a (diff)
Typo fixes
and an addition of an empty line to follow the code style CLA: trivial Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/23721)
Diffstat (limited to 'include')
-rw-r--r--include/internal/packet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/internal/packet.h b/include/internal/packet.h
index 7abc6b8b1b..7e28ff6196 100644
--- a/include/internal/packet.h
+++ b/include/internal/packet.h
@@ -627,7 +627,7 @@ __owur static ossl_inline int PACKET_get_length_prefixed_3(PACKET *pkt,
return 1;
}
-/* Writeable packets */
+/* Writable packets */
typedef struct wpacket_sub WPACKET_SUB;
struct wpacket_sub {