diff options
Diffstat (limited to 'ipc/mqueue.c')
-rw-r--r-- | ipc/mqueue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/mqueue.c b/ipc/mqueue.c index 0acf245f441d..3a926011507b 100644 --- a/ipc/mqueue.c +++ b/ipc/mqueue.c | |||
@@ -69,7 +69,7 @@ struct mqueue_inode_info { | |||
69 | 69 | ||
70 | struct sigevent notify; | 70 | struct sigevent notify; |
71 | pid_t notify_owner; | 71 | pid_t notify_owner; |
72 | struct user_struct *user; /* user who created, for accouting */ | 72 | struct user_struct *user; /* user who created, for accounting */ |
73 | struct sock *notify_sock; | 73 | struct sock *notify_sock; |
74 | struct sk_buff *notify_cookie; | 74 | struct sk_buff *notify_cookie; |
75 | 75 | ||