All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Raymond L. Rivera" <ray.l.rivera@gmail.com>
To: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: "Raymond L. Rivera" <ray.l.rivera@gmail.com>
Subject: [PATCH 2/2] linux/pagemap.h: Fixed a typo in a code comment.
Date: Thu, 24 Jul 2014 02:39:45 -0700	[thread overview]
Message-ID: <1406194785-19596-3-git-send-email-ray.l.rivera@gmail.com> (raw)
In-Reply-To: <1406194785-19596-1-git-send-email-ray.l.rivera@gmail.com>

Corrected a minor typo in a code comment where 'be' was missing.

Signed-off-by: Raymond L. Rivera <ray.l.rivera@gmail.com>
---
 include/linux/pagemap.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/pagemap.h b/include/linux/pagemap.h
index 0a97b58..bcabdbe 100644
--- a/include/linux/pagemap.h
+++ b/include/linux/pagemap.h
@@ -96,7 +96,7 @@ static inline void mapping_set_gfp_mask(struct address_space *m, gfp_t mask)
 }
 
 /*
- * The page cache can done in larger chunks than
+ * The page cache can be done in larger chunks than
  * one page, because it allows for more efficient
  * throughput (it can then be mapped into user
  * space in smaller chunks for same flexibility).
-- 
1.9.1


  parent reply	other threads:[~2014-07-24  9:42 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-24  9:39 [PATCH 0/2] Minor documentation typo fixes Raymond L. Rivera
2014-07-24  9:39 ` [PATCH 1/2] CodingStyle: Fixed a minor typo Raymond L. Rivera
2014-07-25 19:51   ` Randy Dunlap
2014-07-24  9:39 ` Raymond L. Rivera [this message]
2014-07-25 19:51   ` [PATCH 2/2] linux/pagemap.h: Fixed a typo in a code comment Randy Dunlap
2014-07-25 19:50 ` [PATCH 0/2] Minor documentation typo fixes Randy Dunlap

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=1406194785-19596-3-git-send-email-ray.l.rivera@gmail.com \
    --to=ray.l.rivera@gmail.com \
    --cc=linux-doc@vger.kernel.org \
    --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.