aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2008-07-22 12:13:48 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2008-07-22 12:13:48 +0000
commit32f5ee159e52d38c370ecb4a641b9280c49372cb (patch)
tree832854c12b8accd26c837a8838eece8801f746f6
parent66da78b4bb37dd4efff797bd0d41bd055dc418a3 (diff)
downloadstrongswan-32f5ee159e52d38c370ecb4a641b9280c49372cb.tar.bz2
strongswan-32f5ee159e52d38c370ecb4a641b9280c49372cb.tar.xz
cosmetics
-rw-r--r--src/charon/plugins/stroke/stroke_list.c2
-rw-r--r--src/charon/sa/child_sa.h2
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.