diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2005-07-05 11:59:52 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2005-07-05 11:59:52 +0000 |
commit | 668d7bcd57bf3003f6fde93c3bbedc6e36f62bab (patch) | |
tree | 53571615fa3ad2869ae7ea0dbdfa672f5d992445 | |
parent | a3f6d3227649b65787082b1342d77388a4288606 (diff) |
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)) { |