Skip to content

Commit e1594ba

Browse files
authored
Fix typo (#240)
1 parent c81fdd3 commit e1594ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/bottomhalf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include <linux/printk.h>
1616
#include <linux/init.h>
1717

18-
/* Macro DECLARE_TASKLET_OLD exists for compatibiity.
18+
/* Macro DECLARE_TASKLET_OLD exists for compatibility.
1919
* See https://lwn.net/Articles/830964/
2020
*/
2121
#ifndef DECLARE_TASKLET_OLD

examples/procfs4.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ static void *my_seq_start(struct seq_file *s, loff_t *pos)
3636
}
3737

3838
/* This function is called after the beginning of a sequence.
39-
* It is called untill the return is NULL (this ends the sequence).
39+
* It is called until the return is NULL (this ends the sequence).
4040
*/
4141
static void *my_seq_next(struct seq_file *s, void *v, loff_t *pos)
4242
{

0 commit comments

Comments
 (0)