Skip to content

Commit 2c3d8df

Browse files
lihaopcmoore
authored andcommitted
selinux: Fix spelling mistakes in the comments
Fix spelling mistakes in the comments quering==>querying Signed-off-by: lihao <[email protected]> Signed-off-by: Paul Moore <[email protected]>
1 parent 65d9635 commit 2c3d8df

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

security/selinux/netif.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ static void sel_netif_destroy(struct sel_netif *netif)
124124
* @sid: interface SID
125125
*
126126
* 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
128128
* security policy. The result is added to the network interface table to
129129
* speedup future queries. Returns zero on success, negative values on
130130
* failure.

security/selinux/netnode.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ static void sel_netnode_insert(struct sel_netnode *node)
181181
* @sid: node SID
182182
*
183183
* 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
185185
* security policy. The result is added to the network address table to
186186
* speedup future queries. Returns zero on success, negative values on
187187
* failure.

security/selinux/netport.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ static void sel_netport_insert(struct sel_netport *port)
130130
* @sid: port SID
131131
*
132132
* 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
134134
* policy. The result is added to the network port table to speedup future
135135
* queries. Returns zero on success, negative values on failure.
136136
*

0 commit comments

Comments
 (0)