diff options
author | 2005-07-05 11:59:51 +0000 | |
---|---|---|
committer | 2005-07-05 11:59:51 +0000 | |
commit | 0bae5a2998cbb2ce518d77d05546cf61d5d5c212 (patch) | |
tree | ee38401594dafad0fc3f4b49a41105d7b3db1362 | |
parent | use correct function name in log message, tiny KNF (diff) | |
download | wireguard-openbsd-0bae5a2998cbb2ce518d77d05546cf61d5d5c212.tar.xz wireguard-openbsd-0bae5a2998cbb2ce518d77d05546cf61d5d5c212.zip |
fix comment
-rw-r--r-- | sbin/isakmpd/ike_phase_1.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/ike_phase_1.c b/sbin/isakmpd/ike_phase_1.c index 0b47c12cbca..3333aed6dc4 100644 --- a/sbin/isakmpd/ike_phase_1.c +++ b/sbin/isakmpd/ike_phase_1.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ike_phase_1.c,v 1.64 2005/06/25 11:40:52 hshoexer Exp $ */ +/* $OpenBSD: ike_phase_1.c,v 1.65 2005/07/05 11:59:51 hshoexer Exp $ */ /* $EOM: ike_phase_1.c,v 1.31 2000/12/11 23:47:56 niklas Exp $ */ /* @@ -1340,7 +1340,7 @@ attribute_unacceptable(u_int16_t type, u_int8_t *value, u_int16_t len, /* * If this is the type we are looking at, - * to save a pointer this section in vs->life. + * save a pointer to this section in vs->life. */ if (constant_value(ike_duration_cst, str) == decode_16(value)) { |