File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ static void sel_netif_destroy(struct sel_netif *netif)
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.
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ static void sel_netnode_insert(struct sel_netnode *node)
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.
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ static void sel_netport_insert(struct sel_netport *port)
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
*
You can’t perform that action at this time.
0 commit comments