From 1a59ae919d858fb3119cc0fcd2b76b18ecf50f4f Mon Sep 17 00:00:00 2001 From: Osier Yang Date: Mon, 6 May 2013 20:45:15 +0800 Subject: [PATCH] util: Update the comment for virGetFCHostNameByWWN The returned result is something like "host5" acutally. --- src/util/virutil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/virutil.c b/src/util/virutil.c index bee06a762f..43682ad640 100644 --- a/src/util/virutil.c +++ b/src/util/virutil.c @@ -1836,7 +1836,7 @@ cleanup: /* virGetHostNameByWWN: * - * Iterate over the sysfs tree to get SCSI host name (e.g. scsi_host5) + * Iterate over the sysfs tree to get FC host name (e.g. host5) * by wwnn,wwpn pair. */ char * -- GitLab