diff options
author | lihao <fly.lihao@huawei.com> | 2020-07-07 06:00:04 +0200 |
---|---|---|
committer | Paul Moore <paul@paul-moore.com> | 2020-07-08 18:15:52 +0200 |
commit | 2c3d8dfecedd7f5e24e09730a992b59b1c6f956e (patch) | |
tree | 7495e2b7df0319d93e3530e198e19332c10064bf /security/selinux/netnode.c | |
parent | selinux: fixed a checkpatch warning with the sizeof macro (diff) | |
download | linux-2c3d8dfecedd7f5e24e09730a992b59b1c6f956e.tar.xz linux-2c3d8dfecedd7f5e24e09730a992b59b1c6f956e.zip |
selinux: Fix spelling mistakes in the comments
Fix spelling mistakes in the comments
quering==>querying
Signed-off-by: lihao <fly.lihao@huawei.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'security/selinux/netnode.c')
-rw-r--r-- | security/selinux/netnode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/selinux/netnode.c b/security/selinux/netnode.c index dff587d1e164..461fb548453a 100644 --- a/security/selinux/netnode.c +++ b/security/selinux/netnode.c @@ -181,7 +181,7 @@ static void sel_netnode_insert(struct sel_netnode *node) * @sid: node SID * * Description: - * This function determines the SID of a network address by quering the + * This function determines the SID of a network address by querying the * security policy. The result is added to the network address table to * speedup future queries. Returns zero on success, negative values on * failure. |