From 888098304b0a77aee2d5ca5951ee5fccfeb6b1c2 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Wed, 2 Aug 2017 15:29:31 +0100 Subject: More updates following review feedback Reviewed-by: Andy Polyakov (Merged from https://github.com/openssl/openssl/pull/3740) --- crypto/bio/b_print.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/bio/b_print.c') diff --git a/crypto/bio/b_print.c b/crypto/bio/b_print.c index bca586da84..ebb6845dbd 100644 --- a/crypto/bio/b_print.c +++ b/crypto/bio/b_print.c @@ -805,7 +805,7 @@ static int doapr_outch(char **sbuffer, char **buffer, size_t *currlen, size_t *maxlen, int c) { - /* If we haven't at least one buffer, someone has doe a big booboo */ + /* If we haven't at least one buffer, someone has done a big booboo */ if (!ossl_assert(*sbuffer != NULL || buffer != NULL)) return 0; -- cgit v1.2.3