Skip to content

Commit

Permalink
selinux: Fix spelling mistakes in the comments
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
lihao authored and Paul Moore committed Jul 8, 2020
1 parent 65d9635 commit 2c3d8df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion security/selinux/netif.c
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ static void sel_netif_destroy(struct sel_netif *netif)
* @sid: interface SID
*
* Description:
* This function determines the SID of a network interface by quering the
* This function determines the SID of a network interface by querying the
* security policy. The result is added to the network interface table to
* speedup future queries. Returns zero on success, negative values on
* failure.
Expand Down
2 changes: 1 addition & 1 deletion security/selinux/netnode.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion security/selinux/netport.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ static void sel_netport_insert(struct sel_netport *port)
* @sid: port SID
*
* Description:
* This function determines the SID of a network port by quering the security
* This function determines the SID of a network port by querying the security
* policy. The result is added to the network port table to speedup future
* queries. Returns zero on success, negative values on failure.
*
Expand Down

0 comments on commit 2c3d8df

Please sign in to comment.