diff options
author | Zheng Yongjun <zhengyongjun3@huawei.com> | 2021-06-02 09:56:35 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-06-03 23:24:23 +0300 |
commit | dd0d91b9139899ba2546290ab282767600e0f358 (patch) | |
tree | 14b3744ccb067ddcb37f5822c0f41fef19e6a716 /net/ceph/mon_client.c | |
parent | d467d0bc7ab8062197158658c456e1f2f6c3fcf1 (diff) | |
download | linux-dd0d91b9139899ba2546290ab282767600e0f358.tar.xz |
libceph: Fix spelling mistakes
Fix some spelling mistakes in comments:
enconding ==> encoding
ambigous ==> ambiguous
orignal ==> original
encyption ==> encryption
Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ceph/mon_client.c')
-rw-r--r-- | net/ceph/mon_client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ceph/mon_client.c b/net/ceph/mon_client.c index 195ceb8afb06..013cbdb6cfe2 100644 --- a/net/ceph/mon_client.c +++ b/net/ceph/mon_client.c @@ -1508,7 +1508,7 @@ static struct ceph_msg *mon_alloc_msg(struct ceph_connection *con, return get_generic_reply(con, hdr, skip); /* - * Older OSDs don't set reply tid even if the orignal + * Older OSDs don't set reply tid even if the original * request had a non-zero tid. Work around this weirdness * by allocating a new message. */ |