diff options
author | Gleydson Soares <gsoares@cvs.openbsd.org> | 2012-05-02 18:02:46 +0000 |
---|---|---|
committer | Gleydson Soares <gsoares@cvs.openbsd.org> | 2012-05-02 18:02:46 +0000 |
commit | 329a96c70ff445e34b7e3fa7c729d2662d169458 (patch) | |
tree | 6d60b38f69b162b018fdcf48c645bb3434dc00dd | |
parent | 5ab0fdcb1e4282d4a6db82b2e1924e8481fa42c5 (diff) |
s/ospfd/iscsid/ in comment
sure claudio@
-rw-r--r-- | usr.sbin/iscsictl/iscsictl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/iscsictl/iscsictl.c b/usr.sbin/iscsictl/iscsictl.c index fd8b7cfab1a..615ffa92de1 100644 --- a/usr.sbin/iscsictl/iscsictl.c +++ b/usr.sbin/iscsictl/iscsictl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: iscsictl.c,v 1.3 2011/04/27 19:20:01 claudio Exp $ */ +/* $OpenBSD: iscsictl.c,v 1.4 2012/05/02 18:02:45 gsoares Exp $ */ /* * Copyright (c) 2010 Claudio Jeker <claudio@openbsd.org> @@ -88,7 +88,7 @@ main (int argc, char* argv[]) if ((res = parse(argc, argv)) == NULL) exit(1); - /* connect to ospfd control socket */ + /* connect to iscsid control socket */ if ((csock = socket(AF_UNIX, SOCK_STREAM, 0)) == -1) err(1, "socket"); |