cosmetics

This commit is contained in:
Andreas Steffen
2008-07-22 12:13:48 +00:00
parent 66da78b4bb
commit 32f5ee159e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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.