mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 00:21:17 +00:00
Fix misspelling of "should" and "shouldn't" in comments.
Some comments misspell "should" or "shouldn't"; this fixes them. No code changes. Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
634bad68bc
commit
c9404c9c39
11 changed files with 12 additions and 12 deletions
|
@ -398,7 +398,7 @@ static void kauditd_send_skb(struct sk_buff *skb)
|
|||
skb_get(skb);
|
||||
err = netlink_unicast(audit_sock, skb, audit_nlk_pid, 0);
|
||||
if (err < 0) {
|
||||
BUG_ON(err != -ECONNREFUSED); /* Shoudn't happen */
|
||||
BUG_ON(err != -ECONNREFUSED); /* Shouldn't happen */
|
||||
printk(KERN_ERR "audit: *NO* daemon at audit_pid=%d\n", audit_pid);
|
||||
audit_log_lost("auditd dissapeared\n");
|
||||
audit_pid = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue