diff mbox

libmultipath: Typo in condlog in select_flush_on_last_del

Message ID 1409653660-21574-1-git-send-email-rep.dot.nop@gmail.com (mailing list archive)
State Not Applicable, archived
Delegated to: Mike Snitzer
Headers show

Commit Message

Bernhard Reutner-Fischer Sept. 2, 2014, 10:27 a.m. UTC
s/controler/controller/g

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
---
 libmultipath/propsel.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/libmultipath/propsel.c b/libmultipath/propsel.c
index ee6cea6..e23d65c 100644
--- a/libmultipath/propsel.c
+++ b/libmultipath/propsel.c
@@ -630,7 +630,7 @@  select_flush_on_last_del(struct multipath *mp)
 	}
 	if (mp->hwe && mp->hwe->flush_on_last_del != FLUSH_UNDEF) {
 		mp->flush_on_last_del = mp->hwe->flush_on_last_del;
-		condlog(3, "%s: flush_on_last_del = %i (controler setting)",
+		condlog(3, "%s: flush_on_last_del = %i (controller setting)",
 			mp->alias, mp->flush_on_last_del);
 		return 0;
 	}