LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH]typo fix in comments
@ 2007-02-13 8:19 Cong WANG
0 siblings, 0 replies; only message in thread
From: Cong WANG @ 2007-02-13 8:19 UTC (permalink / raw)
To: linux-kernel
Typo and tiny mistakes in comments of include/linux/poll.h.
Signed-off-by: WANG Cong <xiyou.wangcong@gmail.com>
----
--- 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.
*/
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-02-13 8:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-13 8:19 [PATCH]typo fix in comments Cong WANG
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).