From c6b2b2aae2b6261a9db6dc709d498847fef0ebf3 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Fri, 9 Oct 2009 00:16:33 +0200 Subject: [PATCH] corrected caption --- src/libstrongswan/utils/identification.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libstrongswan/utils/identification.h b/src/libstrongswan/utils/identification.h index c3cceebf3..a53ec3877 100644 --- a/src/libstrongswan/utils/identification.h +++ b/src/libstrongswan/utils/identification.h @@ -323,7 +323,7 @@ identification_t * identification_create_from_string(char *string); identification_t * identification_create_from_encoding(id_type_t type, chunk_t encoded); /** - * Constructor to create a host_t object from a sockaddr struct + * Creates an identification_t object from a sockaddr struct * * @param sockaddr sockaddr struct which contains family and address * @return identification_t