aboutsummaryrefslogtreecommitdiff
path: root/ssl/packet_locl.h
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2017-01-20 16:02:07 +0000
committerMatt Caswell <matt@openssl.org>2017-01-30 10:18:23 +0000
commit1f5b44e943d911c3d0bf1445a6dab60798a66408 (patch)
tree783e9e0cb8a7532f0eecd5b67b77e902aac0e2f0 /ssl/packet_locl.h
parent6df55cac1a2c4441a70d15875ab22530251509ce (diff)
downloadopenssl-1f5b44e943d911c3d0bf1445a6dab60798a66408.zip
openssl-1f5b44e943d911c3d0bf1445a6dab60798a66408.tar.gz
openssl-1f5b44e943d911c3d0bf1445a6dab60798a66408.tar.bz2
Miscellaneous style tweaks based on feedback received
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2259)
Diffstat (limited to 'ssl/packet_locl.h')
-rw-r--r--ssl/packet_locl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ssl/packet_locl.h b/ssl/packet_locl.h
index cd70265..67b4999 100644
--- a/ssl/packet_locl.h
+++ b/ssl/packet_locl.h
@@ -700,11 +700,11 @@ int WPACKET_close(WPACKET *pkt);
int WPACKET_finish(WPACKET *pkt);
/*
- * Iterates through all the sub-packets and writes out their lengths as if they
+ * Iterate through all the sub-packets and write out their lengths as if they
* were being closed. The lengths will be overwritten with the final lengths
* when the sub-packets are eventually closed (which may be different if more
- * data is added to the WPACKET). This function will fail if a sub-packet is of
- * 0 length and WPACKET_FLAGS_ABANDON_ON_ZERO_LENGTH is used.
+ * data is added to the WPACKET). This function fails if a sub-packet is of 0
+ * length and WPACKET_FLAGS_ABANDON_ON_ZERO_LENGTH is set.
*/
int WPACKET_fill_lengths(WPACKET *pkt);