Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

lihao and committed by
Paul Moore
2c3d8dfe 65d96351

+3 -3
+1 -1
security/selinux/netif.c
··· 124 124 * @sid: interface SID 125 125 * 126 126 * Description: 127 - * This function determines the SID of a network interface by quering the 127 + * This function determines the SID of a network interface by querying the 128 128 * security policy. The result is added to the network interface table to 129 129 * speedup future queries. Returns zero on success, negative values on 130 130 * failure.
+1 -1
security/selinux/netnode.c
··· 181 181 * @sid: node SID 182 182 * 183 183 * Description: 184 - * This function determines the SID of a network address by quering the 184 + * This function determines the SID of a network address by querying the 185 185 * security policy. The result is added to the network address table to 186 186 * speedup future queries. Returns zero on success, negative values on 187 187 * failure.
+1 -1
security/selinux/netport.c
··· 130 130 * @sid: port SID 131 131 * 132 132 * Description: 133 - * This function determines the SID of a network port by quering the security 133 + * This function determines the SID of a network port by querying the security 134 134 * policy. The result is added to the network port table to speedup future 135 135 * queries. Returns zero on success, negative values on failure. 136 136 *