aboutsummaryrefslogtreecommitdiffstats
path: root/net/ceph/mon_client.c
diff options
context:
space:
mode:
authorZheng Yongjun <zhengyongjun3@huawei.com>2021-06-02 14:56:35 +0800
committerDavid S. Miller <davem@davemloft.net>2021-06-03 13:24:23 -0700
commitdd0d91b9139899ba2546290ab282767600e0f358 (patch)
tree14b3744ccb067ddcb37f5822c0f41fef19e6a716 /net/ceph/mon_client.c
parentrtnetlink: Fix spelling mistakes (diff)
downloadlinux-dev-dd0d91b9139899ba2546290ab282767600e0f358.tar.xz
linux-dev-dd0d91b9139899ba2546290ab282767600e0f358.zip
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.c2
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.
*/