Fix typo in comment.

This commit is contained in:
Thomas Quinot 2010-10-25 16:11:37 +00:00
parent 495ed64c16
commit 94294cada5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=214351

View File

@ -108,7 +108,7 @@ static void ipsec4_common_ctlinput(int, struct sockaddr *, void *, int);
/*
* ipsec_common_input gets called when an IPsec-protected packet
* is received by IPv4 or IPv6. It's job is to find the right SA
* is received by IPv4 or IPv6. Its job is to find the right SA
* and call the appropriate transform. The transform callback
* takes care of further processing (like ingress filtering).
*/