selinux: Fix spelling mistakes in the comments
authorlihao <fly.lihao@huawei.com>
Tue, 7 Jul 2020 04:00:04 +0000 (12:00 +0800)
committerPaul Moore <paul@paul-moore.com>
Wed, 8 Jul 2020 16:15:52 +0000 (12:15 -0400)
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>
security/selinux/netif.c
security/selinux/netnode.c
security/selinux/netport.c

index 15b8c1bcd7d0cce7183b08b4000d40c01dcb4cb5..86813b46fad5f54c41d88f016b6f7af2064cc152 100644 (file)
@@ -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.
index dff587d1e16417f56794432014b93ac2abf99521..461fb548453ab3d95993cc1b5806d1411ff1c325 100644 (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.
index de727f7489b7660026b50229ccb3eb837109a759..d340f4dcdf5f01990437e4ef3614ec2b7f13d77f 100644 (file)
@@ -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.
  *