Skip to content

Commit

Permalink
ceph: fix spelling mistake: "enabing" -> "enabling"
Browse files Browse the repository at this point in the history
trivial fix to spelling mistake in debug message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
  • Loading branch information
Colin Ian King authored and ukernel committed Dec 30, 2016
1 parent 0b500ff commit 297eca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/ceph/cache.c
Expand Up @@ -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);
}
}
Expand Down

0 comments on commit 297eca1

Please sign in to comment.