lkml.org 
[lkml]   [2007]   [Feb]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH]typo fix in comments
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.
*/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2007-02-13 09:21    [W:0.036 / U:0.204 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site