From 40d2af913e1c45527f0b2e836fa24fdbcb3bcc28 Mon Sep 17 00:00:00 2001 From: Raoul Wols Date: Tue, 13 Jul 2021 13:19:32 +0200 Subject: [PATCH] docblock --- src/linux_tcp/sslerrorprinter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/linux_tcp/sslerrorprinter.h b/src/linux_tcp/sslerrorprinter.h index 563cdbd..319f100 100644 --- a/src/linux_tcp/sslerrorprinter.h +++ b/src/linux_tcp/sslerrorprinter.h @@ -1,7 +1,7 @@ /** * SslErrorPrinter.h * - * Flushes the SSL error stack to a BIO. + * Flushes the SSL error stack to a string. * You can get at the string content via the data() and size() methods. * After constructing an instance of this class, the SSL error stack * is empty.