Kuan-Wei Chiu il y a 1 an
Parent
commit
e1594ba58a
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      examples/bottomhalf.c
  2. 1 1
      examples/procfs4.c

+ 1 - 1
examples/bottomhalf.c

@@ -15,7 +15,7 @@
 #include <linux/printk.h>
 #include <linux/init.h>
 
-/* Macro DECLARE_TASKLET_OLD exists for compatibiity.
+/* Macro DECLARE_TASKLET_OLD exists for compatibility.
  * See https://lwn.net/Articles/830964/
  */
 #ifndef DECLARE_TASKLET_OLD

+ 1 - 1
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)
 {