svn commit: r274703 - head/sys/cam/ctl

Edward Tomasz Napierala trasz at FreeBSD.org
Wed Nov 19 08:59:50 UTC 2014


Author: trasz
Date: Wed Nov 19 08:59:49 2014
New Revision: 274703
URL: https://svnweb.freebsd.org/changeset/base/274703

Log:
  Fix typo.
  
  MFC after:	2 weeks
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/cam/ctl/ctl_frontend_iscsi.c

Modified: head/sys/cam/ctl/ctl_frontend_iscsi.c
==============================================================================
--- head/sys/cam/ctl/ctl_frontend_iscsi.c	Wed Nov 19 08:56:38 2014	(r274702)
+++ head/sys/cam/ctl/ctl_frontend_iscsi.c	Wed Nov 19 08:59:49 2014	(r274703)
@@ -1982,7 +1982,7 @@ cfiscsi_ioctl_port_create(struct ctl_req
 	if (ct->ct_state == CFISCSI_TARGET_STATE_ACTIVE) {
 		req->status = CTL_LUN_ERROR;
 		snprintf(req->error_str, sizeof(req->error_str),
-		    "target \"%s\" already exist", target);
+		    "target \"%s\" already exists", target);
 		cfiscsi_target_release(ct);
 		ctl_free_opts(&opts);
 		return;


More information about the svn-src-all mailing list