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.