diff options
Diffstat (limited to 'Source/charon/definitions.c')
-rw-r--r-- | Source/charon/definitions.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/charon/definitions.c b/Source/charon/definitions.c index 702c4fcdb..59c97a29b 100644 --- a/Source/charon/definitions.c +++ b/Source/charon/definitions.c @@ -1,7 +1,7 @@ /** * @file definitions.c * - * @brief general purpose functions used in definitions.h + * @brief General purpose definitions and macros. * */ @@ -23,7 +23,7 @@ #include "definitions.h" /* - * see header + * Described in header. */ char *mapping_find(mapping_t * maps, int value) { |