| commit | 3a9e1fba0e3bcf014caa2df143a70475068447dc | [log] [tgz] |
|---|---|---|
| author | Kenny Root <kroot@google.com> | Wed Jun 10 14:52:40 2015 -0700 |
| committer | Adam Langley <agl@google.com> | Wed Jun 10 22:06:01 2015 +0000 |
| tree | f0eb990928686a372c7c7ad32f2a7b60bc900e48 | |
| parent | 2b23eaa478aa533a93dca93c33e51de07afcbf96 [diff] [blame] |
Correct various documentation typos Some of the documentation had the right explanation but the incorrect function names attached. Change-Id: I7b479dae6d71a5ac7bc86df5a3890508c3b3d09f Reviewed-on: https://boringssl-review.googlesource.com/5090 Reviewed-by: Adam Langley <agl@google.com>
diff --git a/include/openssl/err.h b/include/openssl/err.h index 30dc4af..44ec7d2 100644 --- a/include/openssl/err.h +++ b/include/openssl/err.h
@@ -287,7 +287,7 @@ /* Deprecated functions. */ -/* |ERR_remove_state| calls |ERR_clear_error|. */ +/* ERR_remove_state calls |ERR_clear_error|. */ OPENSSL_EXPORT void ERR_remove_state(unsigned long pid);