diff options
author | Paul Moore <paul.moore@hp.com> | 2006-08-29 17:54:41 -0700 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-09-22 15:18:36 -0700 |
commit | c1b14c0a46232246f61d3157bac1201e1e102227 (patch) | |
tree | 51c8097371c251c7dc17a6e637009523ce558bca /security | |
parent | 1b7f775209bbee6b993587bae69acb9fc12ceb17 (diff) | |
download | linux-c1b14c0a46232246f61d3157bac1201e1e102227.tar.bz2 |
[NetLabel]: Comment corrections.
Fix some incorrect comments.
Signed-off-by: Paul Moore <paul.moore@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'security')
-rw-r--r-- | security/selinux/ss/services.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/selinux/ss/services.c b/security/selinux/ss/services.c index 835b485b2afd..4f7642c7337e 100644 --- a/security/selinux/ss/services.c +++ b/security/selinux/ss/services.c @@ -2617,7 +2617,7 @@ int selinux_netlbl_sock_rcv_skb(struct sk_security_struct *sksec, } /** - * selinux_netlbl_socket_peersid - Return the peer SID of a connected socket + * selinux_netlbl_socket_getpeersec_stream - Return the connected peer's SID * @sock: the socket * * Description: |