From: Colin Ian King <[email protected]>

Trivial fix to spelling mistake in mlog message text

Signed-off-by: Colin Ian King <[email protected]>
---
 fs/ocfs2/dlm/dlmmaster.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/ocfs2/dlm/dlmmaster.c b/fs/ocfs2/dlm/dlmmaster.c
index 03766fb41dbe..81d500211f43 100644
--- a/fs/ocfs2/dlm/dlmmaster.c
+++ b/fs/ocfs2/dlm/dlmmaster.c
@@ -2543,7 +2543,7 @@ static int dlm_is_lockres_migrateable(struct dlm_ctxt 
*dlm,
                        return 0;
        }
 
-       mlog(0, "%s: res %.*s, Migrateable\n", dlm->name, res->lockname.len,
+       mlog(0, "%s: res %.*s, Migratable\n", dlm->name, res->lockname.len,
             res->lockname.name);
 
        return 1;
-- 
2.15.1

Reply via email to