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/auth_x_protocol.h | |
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/auth_x_protocol.h')
-rw-r--r-- | net/ceph/auth_x_protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ceph/auth_x_protocol.h b/net/ceph/auth_x_protocol.h index 792fcb974dc3..9c60feeb1bcb 100644 --- a/net/ceph/auth_x_protocol.h +++ b/net/ceph/auth_x_protocol.h @@ -87,7 +87,7 @@ struct ceph_x_authorize_reply { /* - * encyption bundle + * encryption bundle */ #define CEPHX_ENC_MAGIC 0xff009cad8826aa55ull |