projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d7cce4
)
typo
author
Bodo Möller
<bodo@openssl.org>
Fri, 19 May 2000 07:54:42 +0000
(07:54 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Fri, 19 May 2000 07:54:42 +0000
(07:54 +0000)
doc/crypto/ERR_remove_state.pod
patch
|
blob
|
history
diff --git
a/doc/crypto/ERR_remove_state.pod
b/doc/crypto/ERR_remove_state.pod
index ebcdc0f5a5be35a58e469ad3d4f43fa3ba64cb28..72925fb9f474cf9f3abcb88171e3dcbb0af5c923 100644
(file)
--- a/
doc/crypto/ERR_remove_state.pod
+++ b/
doc/crypto/ERR_remove_state.pod
@@
-16,7
+16,7
@@
ERR_remove_state() frees the error queue associated with thread B<pid>.
If B<pid> == 0, the current thread will have its error queue removed.
Since error queue data structures are allocated automatically for new
-threads, they must be freed when threads are terminated in oder to
+threads, they must be freed when threads are terminated in o
r
der to
avoid memory leaks.
=head1 RETURN VALUE