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/builder.h | |
parent | 17e3a92661f105f34815c1d9d4f5a9bf19589f78 (diff) | |
download | strongswan-2a375e62f35eed242f7433ac24f4e34b05b568df.tar.bz2 strongswan-2a375e62f35eed242f7433ac24f4e34b05b568df.tar.xz |
Some documentation corrections
Diffstat (limited to 'src/libstrongswan/credentials/builder.h')
-rw-r--r-- | src/libstrongswan/credentials/builder.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstrongswan/credentials/builder.h b/src/libstrongswan/credentials/builder.h index 325b668cd..70724dc5f 100644 --- a/src/libstrongswan/credentials/builder.h +++ b/src/libstrongswan/credentials/builder.h @@ -28,8 +28,8 @@ typedef enum builder_part_t builder_part_t; /** * Constructor function to build credentials. * - * Any added parts are cloned/refcounted by the builder implementation, a - * caller may need to free the passed ressources themself. + * Any added parts are cloned/refcounted by the builder implementation. + * Callers may need to free the passed ressources themselves. * * @param subtype constructor specific subtype, e.g. a certificate_type_t * @param args list of builder part types, followed by parts, BUILD_END |