aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/ha/ha_kernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcharon/plugins/ha/ha_kernel.h')
-rw-r--r--src/libcharon/plugins/ha/ha_kernel.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/libcharon/plugins/ha/ha_kernel.h b/src/libcharon/plugins/ha/ha_kernel.h
index b37cc7667..b6ad5594c 100644
--- a/src/libcharon/plugins/ha/ha_kernel.h
+++ b/src/libcharon/plugins/ha/ha_kernel.h
@@ -35,7 +35,7 @@ struct ha_kernel_t {
*
* @param host host to check
* @param segment segment
- * @return TRUE if host belongs to segment
+ * @return TRUE if host belongs to segment
*/
bool (*in_segment)(ha_kernel_t *this, host_t *host, u_int segment);
@@ -63,8 +63,7 @@ struct ha_kernel_t {
* Create a ha_kernel instance.
*
* @param count total number of segments to use
- * @param active bitmask of initially active segments
*/
ha_kernel_t *ha_kernel_create(u_int count);
-#endif /* HA_KERNEL_ @}*/
+#endif /** HA_KERNEL_ @}*/