diff options
-rw-r--r-- | src/charon/plugins/stroke/stroke_list.c | 2 | ||||
-rw-r--r-- | src/charon/sa/child_sa.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/charon/plugins/stroke/stroke_list.c b/src/charon/plugins/stroke/stroke_list.c index 8f67b2c91..20f05aca7 100644 --- a/src/charon/plugins/stroke/stroke_list.c +++ b/src/charon/plugins/stroke/stroke_list.c @@ -135,7 +135,7 @@ static void log_child_sa(FILE *out, child_sa_t *child_sa, bool all) ntohl(child_sa->get_spi(child_sa, TRUE)), ntohl(child_sa->get_spi(child_sa, FALSE))); - /* Is IPcomp installed ? */ + /* Is IPCOMP activated ? */ if (my_cpi && other_cpi) { fprintf(out, ", IPCOMP CPIs: %.4x_i %.4x_o", diff --git a/src/charon/sa/child_sa.h b/src/charon/sa/child_sa.h index e4d116a1c..a456d2c4c 100644 --- a/src/charon/sa/child_sa.h +++ b/src/charon/sa/child_sa.h @@ -122,7 +122,7 @@ struct child_sa_t { * Get the CPI of this CHILD_SA. * * Set the boolean parameter inbound to TRUE to - * get the SPI for which we receive packets, use + * get the CPI for which we receive packets, use * FALSE to get those we use for sending packets. * * @param inbound TRUE to get inbound CPI, FALSE for outbound. |