All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Cong WANG" <xiyou.wangcong@gmail.com>
To: linux-kernel@vger.kernel.org
Subject: [PATCH]typo fix in comments
Date: Tue, 13 Feb 2007 16:19:28 +0800	[thread overview]
Message-ID: <2375c9f90702130019u7c779440o9a1110b9803cdcde@mail.gmail.com> (raw)

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.
  */

                 reply	other threads:[~2007-02-13  8:19 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2375c9f90702130019u7c779440o9a1110b9803cdcde@mail.gmail.com \
    --to=xiyou.wangcong@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.