diff options
| author | lihao <[email protected]> | 2020-07-07 04:00:04 +0000 |
|---|---|---|
| committer | Paul Moore <[email protected]> | 2020-07-08 16:15:52 +0000 |
| commit | 2c3d8dfecedd7f5e24e09730a992b59b1c6f956e (patch) | |
| tree | 7495e2b7df0319d93e3530e198e19332c10064bf /security/selinux/netport.c | |
| parent | selinux: fixed a checkpatch warning with the sizeof macro (diff) | |
| download | kernel-2c3d8dfecedd7f5e24e09730a992b59b1c6f956e.tar.gz kernel-2c3d8dfecedd7f5e24e09730a992b59b1c6f956e.zip | |
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]>
Diffstat (limited to 'security/selinux/netport.c')
| -rw-r--r-- | security/selinux/netport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/selinux/netport.c b/security/selinux/netport.c index de727f7489b7..d340f4dcdf5f 100644 --- a/security/selinux/netport.c +++ b/security/selinux/netport.c @@ -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. * |
