From 32f5ee159e52d38c370ecb4a641b9280c49372cb Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Tue, 22 Jul 2008 12:13:48 +0000 Subject: [PATCH] cosmetics --- src/charon/plugins/stroke/stroke_list.c | 2 +- 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 8f67b2c..20f05ac 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 e4d116a..a456d2c 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. -- 2.7.4