Skip to content

Commit

Permalink
ceph: fix a comment typo
Browse files Browse the repository at this point in the history
Signed-off-by: Geliang Tang <[email protected]>
Signed-off-by: Yan, Zheng <[email protected]>
  • Loading branch information
geliangtang authored and idryomov committed Nov 2, 2015
1 parent 13bf283 commit 1291fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/ceph/cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ static uint16_t ceph_fscache_inode_get_key(const void *cookie_netfs_data,
const struct ceph_inode_info* ci = cookie_netfs_data;
uint16_t klen;

/* use ceph virtual inode (id + snaphot) */
/* use ceph virtual inode (id + snapshot) */
klen = sizeof(ci->i_vino);
if (klen > maxbuf)
return 0;
Expand Down

0 comments on commit 1291fb9

Please sign in to comment.