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>
This commit is contained in:
lihao 2020-07-07 12:00:04 +08:00 committed by Paul Moore
parent 65d96351b1
commit 2c3d8dfece
3 changed files with 3 additions and 3 deletions

View file

@ -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.