···124124 * @sid: interface SID125125 *126126 * Description:127127- * This function determines the SID of a network interface by quering the127127+ * This function determines the SID of a network interface by querying the128128 * security policy. The result is added to the network interface table to129129 * speedup future queries. Returns zero on success, negative values on130130 * failure.
+1-1
security/selinux/netnode.c
···181181 * @sid: node SID182182 *183183 * Description:184184- * This function determines the SID of a network address by quering the184184+ * This function determines the SID of a network address by querying the185185 * security policy. The result is added to the network address table to186186 * speedup future queries. Returns zero on success, negative values on187187 * failure.
+1-1
security/selinux/netport.c
···130130 * @sid: port SID131131 *132132 * Description:133133- * This function determines the SID of a network port by quering the security133133+ * This function determines the SID of a network port by querying the security134134 * policy. The result is added to the network port table to speedup future135135 * queries. Returns zero on success, negative values on failure.136136 *