summaryrefslogtreecommitdiffstats
path: root/sys/netipsec
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2007-06-15 21:34:12 +0000
committerbz <bz@FreeBSD.org>2007-06-15 21:34:12 +0000
commit77956753fe236ca93cc85ae55d14b0ca009070e0 (patch)
treee889d77218ce904d6aa6125b9e32c94f6b16b63f /sys/netipsec
parent9868265580898c9ed93791c269ee9fcc163d9285 (diff)
downloadFreeBSD-src-77956753fe236ca93cc85ae55d14b0ca009070e0.zip
FreeBSD-src-77956753fe236ca93cc85ae55d14b0ca009070e0.tar.gz
s,#,*, in a multi-line comment. This is C.
No functional change.
Diffstat (limited to 'sys/netipsec')
-rw-r--r--sys/netipsec/ipsec_input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netipsec/ipsec_input.c b/sys/netipsec/ipsec_input.c
index 2587f64..3cd7f11 100644
--- a/sys/netipsec/ipsec_input.c
+++ b/sys/netipsec/ipsec_input.c
@@ -100,7 +100,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
- # and call the appropriate transform. The transform callback
+ * and call the appropriate transform. The transform callback
* takes care of further processing (like ingress filtering).
*/
static int
OpenPOWER on IntegriCloud