diff options
author | lihao <fly.lihao@huawei.com> | 2020-07-07 12:00:04 +0800 |
---|---|---|
committer | Paul Moore <paul@paul-moore.com> | 2020-07-08 12:15:52 -0400 |
commit | 2c3d8dfecedd7f5e24e09730a992b59b1c6f956e (patch) | |
tree | 7495e2b7df0319d93e3530e198e19332c10064bf /security/selinux/netif.c | |
parent | 65d96351b135c2a694814520a6031f3721020ba9 (diff) |
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/netif.c')
-rw-r--r-- | security/selinux/netif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/selinux/netif.c b/security/selinux/netif.c index 15b8c1bcd7d0..86813b46fad5 100644 --- a/security/selinux/netif.c +++ b/security/selinux/netif.c @@ -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. |