Fix minor documentation mistake.

Change-Id: Ia31c0c04c0dbb00cf55db7fdf2c4641a2287f012
Reviewed-on: https://boringssl-review.googlesource.com/5890
Reviewed-by: Adam Langley <agl@google.com>
This commit is contained in:
David Benjamin 2015-09-15 01:34:37 -04:00 committed by Adam Langley
parent 1f5e9456a9
commit 2079ee70c6

View File

@ -257,11 +257,11 @@ typedef int (*ERR_print_errors_callback_t)(const char *str, size_t len,
OPENSSL_EXPORT void ERR_print_errors_cb(ERR_print_errors_callback_t callback, OPENSSL_EXPORT void ERR_print_errors_cb(ERR_print_errors_callback_t callback,
void *ctx); void *ctx);
/* ERR_print_errors_fp prints the current contents of the error stack to |file| /* ERR_print_errors_fp prints the current contents of the error stack to |file|
* using human readable strings where possible. */ * using human readable strings where possible. */
OPENSSL_EXPORT void ERR_print_errors_fp(FILE *file); OPENSSL_EXPORT void ERR_print_errors_fp(FILE *file);
/* Clearing errors. */ /* Clearing errors. */
/* ERR_clear_error clears the error queue for the current thread. */ /* ERR_clear_error clears the error queue for the current thread. */