[PATCH]typo fix in comments

From: Cong WANG
Date: Tue Feb 13 2007 - 03:19:47 EST


Typo and tiny mistakes in comments of include/linux/poll.h.

Signed-off-by: WANG Cong <xiyou.wangcong@xxxxxxxxx>
----
--- include/linux/poll.h.orig 2007-02-13 10:25:43.000000000 +0800
+++ include/linux/poll.h 2007-02-13 10:27:10.000000000 +0800
@@ -24,7 +24,7 @@
struct poll_table_struct;

/*
- * structures and helpers for f_op->poll implementations
+ * Structures and helpers for f_op->poll implementations.
*/
typedef void (*poll_queue_proc)(struct file *, wait_queue_head_t *,
struct poll_table_struct *);

@@ -50,7 +50,7 @@ struct poll_table_entry {
};

/*
- * Structures and helpers for sys_poll/sys_poll
+ * Structures and helpers for sys_select/sys_poll.
*/
struct poll_wqueues {
poll_table pt;
@@ -81,7 +81,7 @@ typedef struct {

/*
* We do a VERIFY_WRITE here even though we are only reading this time:
- * we'll write to it eventually..
+ * we'll write to it eventually.
*
* Use "unsigned long" accesses to let user-mode fd_set's be long-aligned.
*/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/