diff options
author | Gleydson Soares <gsoares@cvs.openbsd.org> | 2012-05-02 18:01:26 +0000 |
---|---|---|
committer | Gleydson Soares <gsoares@cvs.openbsd.org> | 2012-05-02 18:01:26 +0000 |
commit | 5ab0fdcb1e4282d4a6db82b2e1924e8481fa42c5 (patch) | |
tree | a75da412d3458107e2dbf84016585e3f38630c56 | |
parent | a7ec34270aa02b288e5d3ca33247e1f2d751dac5 (diff) |
s/snmpd/iked/ in comment
ok henning@
-rw-r--r-- | usr.sbin/ikectl/ikectl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ikectl/ikectl.c b/usr.sbin/ikectl/ikectl.c index cc4dca67ea7..2980035c348 100644 --- a/usr.sbin/ikectl/ikectl.c +++ b/usr.sbin/ikectl/ikectl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ikectl.c,v 1.12 2011/05/27 12:01:02 reyk Exp $ */ +/* $OpenBSD: ikectl.c,v 1.13 2012/05/02 18:01:25 gsoares Exp $ */ /* * Copyright (c) 2007, 2008 Reyk Floeter <reyk@vantronix.net> @@ -221,7 +221,7 @@ main(int argc, char *argv[]) return (0); connect: - /* connect to snmpd control socket */ + /* connect to iked control socket */ if ((ctl_sock = socket(AF_UNIX, SOCK_STREAM, 0)) == -1) err(1, "socket"); |