diff options
author | Adrian-Ken Rueegsegger <ken@codelabs.ch> | 2012-01-04 11:11:47 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2012-01-12 11:25:12 +0100 |
commit | 2a375e62f35eed242f7433ac24f4e34b05b568df (patch) | |
tree | 7d33b33af6a7f8020536532b0a3bf135c2cae134 /src/libstrongswan/credentials/credential_set.h | |
parent | 17e3a92661f105f34815c1d9d4f5a9bf19589f78 (diff) | |
download | strongswan-2a375e62f35eed242f7433ac24f4e34b05b568df.tar.bz2 strongswan-2a375e62f35eed242f7433ac24f4e34b05b568df.tar.xz |
Some documentation corrections
Diffstat (limited to 'src/libstrongswan/credentials/credential_set.h')
-rw-r--r-- | src/libstrongswan/credentials/credential_set.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstrongswan/credentials/credential_set.h b/src/libstrongswan/credentials/credential_set.h index 0eee237cb..8673c484f 100644 --- a/src/libstrongswan/credentials/credential_set.h +++ b/src/libstrongswan/credentials/credential_set.h @@ -38,7 +38,7 @@ typedef struct credential_set_t credential_set_t; * A credential set enumerator may not block the credential set, i.e. multiple * threads must be able to hold multiple enumerators, as the credential manager * is higly parallelized. The best way to achieve this is by using shared - * read locks for the enumerators only. Otherwiese deadlocks will occur. + * read locks for the enumerators only. Otherwise deadlocks will occur. * The writing cache_cert() routine is called by the manager only if no * enumerator is alive, so it is save to use a write lock there. */ @@ -97,7 +97,7 @@ struct credential_set_t { /** * Cache a certificate in the credential set. * - * The caching policy is implementation dependent, the sets may cache the + * The caching policy is implementation dependent. The sets may cache the * certificate in-memory, persistent on disk or not at all. * * @param cert certificate to cache |