ceph: fix spelling mistake: "enabing" -> "enabling"

trivial fix to spelling mistake in debug message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Yan, Zheng <zyan@redhat.com>
This commit is contained in:
Colin Ian King 2016-12-29 20:19:32 +00:00 committed by Ilya Dryomov
parent 52953d5591
commit 0fbc5360bf
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ void ceph_fscache_file_set_cookie(struct inode *inode, struct file *filp)
fscache_enable_cookie(ci->fscache, ceph_fscache_can_enable,
inode);
if (fscache_cookie_enabled(ci->fscache)) {
dout("fscache_file_set_cookie %p %p enabing cache\n",
dout("fscache_file_set_cookie %p %p enabling cache\n",
inode, filp);
}
}