diff --git a/examples/bottomhalf.c b/examples/bottomhalf.c index 75b4e298..888bad0d 100644 --- a/examples/bottomhalf.c +++ b/examples/bottomhalf.c @@ -15,7 +15,7 @@ #include #include -/* Macro DECLARE_TASKLET_OLD exists for compatibiity. +/* Macro DECLARE_TASKLET_OLD exists for compatibility. * See https://lwn.net/Articles/830964/ */ #ifndef DECLARE_TASKLET_OLD diff --git a/examples/procfs4.c b/examples/procfs4.c index 8c7e4ab3..c60503fd 100644 --- a/examples/procfs4.c +++ b/examples/procfs4.c @@ -36,7 +36,7 @@ static void *my_seq_start(struct seq_file *s, loff_t *pos) } /* This function is called after the beginning of a sequence. - * It is called untill the return is NULL (this ends the sequence). + * It is called until the return is NULL (this ends the sequence). */ static void *my_seq_next(struct seq_file *s, void *v, loff_t *pos) {