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",
* 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.